Searched refs:BTA_GATTC_CONN_ST (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_main.c | 133 /* BTA_GATTC_INT_CONN_EVT */ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST}, 162 /* BTA_GATTC_INT_CONN_EVT */ {BTA_GATTC_CONN, BTA_GATTC_CONN_ST}, 174 /* BTA_GATTC_API_OPEN_EVT */ {BTA_GATTC_OPEN, BTA_GATTC_CONN_ST}, 175 /* BTA_GATTC_INT_OPEN_FAIL_EVT */ {BTA_GATTC_IGNORE, BTA_GATTC_CONN_ST}, 176 /* BTA_GATTC_API_CANCEL_OPEN_EVT */ {BTA_GATTC_CANCEL_OPEN_ERROR, BTA_GATTC_CONN_ST}, 177 /* BTA_GATTC_INT_CANCEL_OPEN_OK_EVT */ {BTA_GATTC_IGNORE, BTA_GATTC_CONN_ST}, 179 /* BTA_GATTC_API_READ_EVT */ {BTA_GATTC_READ, BTA_GATTC_CONN_ST}, 180 /* BTA_GATTC_API_WRITE_EVT */ {BTA_GATTC_WRITE, BTA_GATTC_CONN_ST}, 181 /* BTA_GATTC_API_EXEC_EVT */ {BTA_GATTC_EXEC, BTA_GATTC_CONN_ST}, 182 /* BTA_GATTC_API_CFG_MTU_EVT */ {BTA_GATTC_CFG_MTU, BTA_GATTC_CONN_ST}, [all …]
|
D | bta_gattc_int.h | 261 BTA_GATTC_CONN_ST, /* connected state */ enumerator
|
D | bta_gattc_act.c | 865 p_clcb->state = BTA_GATTC_CONN_ST; in bta_gattc_disc_close() 870 if (p_clcb->state == BTA_GATTC_CONN_ST) in bta_gattc_disc_close() 1011 p_clcb->state = BTA_GATTC_CONN_ST; /* set clcb state */ in bta_gattc_start_discover()
|
D | bta_gattc_cache.c | 1321 if (p_clcb->state != BTA_GATTC_CONN_ST) { in bta_gattc_get_gatt_db()
|