Searched refs:BTA_GATTC_CONN_ST (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_main.cc | 132 /* BTA_GATTC_INT_CONN_EVT */ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST}, 174 /* BTA_GATTC_INT_CONN_EVT */ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST}, 189 /* BTA_GATTC_API_OPEN_EVT */ {BTA_GATTC_OPEN, BTA_GATTC_CONN_ST}, 191 BTA_GATTC_CONN_ST}, 193 BTA_GATTC_CONN_ST}, 195 BTA_GATTC_CONN_ST}, 197 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_READ, BTA_GATTC_CONN_ST}, 198 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_WRITE, BTA_GATTC_CONN_ST}, 199 /* BTA_GATTC_API_EXEC_EVT */ {BTA_GATTC_EXEC, BTA_GATTC_CONN_ST}, 201 BTA_GATTC_CONN_ST}, [all …]
|
D | bta_gattc_int.h | 229 BTA_GATTC_CONN_ST, /* connected state */ enumerator 534 CASE_RETURN_TEXT(BTA_GATTC_CONN_ST); in bta_clcb_state_text()
|
D | bta_gattc_act.cc | 725 p_clcb->state = BTA_GATTC_CONN_ST; in bta_gattc_disc_close() 731 if (p_clcb->state == BTA_GATTC_CONN_ST) { in bta_gattc_disc_close() 886 p_clcb->state = BTA_GATTC_CONN_ST; /* set clcb state */ in bta_gattc_start_discover()
|
D | bta_gattc_cache.cc | 1049 if (p_clcb->state != BTA_GATTC_CONN_ST) { in bta_gattc_get_gatt_db()
|