Searched refs:BTA_GATTC_CONN_ST (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_main.cc | 129 /* 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 …]
|
D | bta_gattc_int.h | 192 BTA_GATTC_CONN_ST, /* connected state */ enumerator
|
D | bta_gattc_act.cc | 584 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()
|
D | bta_gattc_cache.cc | 685 if (p_clcb->state != BTA_GATTC_CONN_ST) { in bta_gattc_get_gatt_db()
|