Home
last modified time | relevance | path

Searched refs:BTA_GATTC_CONN_ST (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_main.cc129 /* BTA_GATTC_INT_CONN_EVT */ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST},
171 /* BTA_GATTC_INT_CONN_EVT */ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST},
186 /* BTA_GATTC_API_OPEN_EVT */ {BTA_GATTC_OPEN, BTA_GATTC_CONN_ST},
188 BTA_GATTC_CONN_ST},
190 BTA_GATTC_CONN_ST},
192 BTA_GATTC_CONN_ST},
194 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_READ, BTA_GATTC_CONN_ST},
195 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_WRITE, BTA_GATTC_CONN_ST},
196 /* BTA_GATTC_API_EXEC_EVT */ {BTA_GATTC_EXEC, BTA_GATTC_CONN_ST},
198 BTA_GATTC_CONN_ST},
[all …]
Dbta_gattc_int.h192 BTA_GATTC_CONN_ST, /* connected state */ enumerator
Dbta_gattc_act.cc584 p_clcb->state = BTA_GATTC_CONN_ST; in bta_gattc_disc_close()
589 if (p_clcb->state == BTA_GATTC_CONN_ST) { in bta_gattc_disc_close()
676 p_clcb->state = BTA_GATTC_CONN_ST; /* set clcb state */ in bta_gattc_start_discover()
Dbta_gattc_cache.cc685 if (p_clcb->state != BTA_GATTC_CONN_ST) { in bta_gattc_get_gatt_db()