Home
last modified time | relevance | path

Searched refs:BTA_GATTC_REQ_WAITING (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc841 p_clcb->auto_update == BTA_GATTC_REQ_WAITING) && in bta_gattc_start_discover()
973 p_clcb->auto_update = BTA_GATTC_REQ_WAITING; in bta_gattc_disc_cmpl()
1324 p_clcb->auto_update = BTA_GATTC_REQ_WAITING; in bta_gattc_op_cmpl()
1332 p_clcb->auto_update = BTA_GATTC_REQ_WAITING; in bta_gattc_op_cmpl()
Dbta_gattc_int.h303 #define BTA_GATTC_REQ_WAITING 0x10 macro