Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_act.c804 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_restart_discover()
856 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_start_discover()
900 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) in bta_gattc_disc_cmpl()
1315 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) in bta_gattc_op_cmpl()
Dbta_gattc_int.h332 #define BTA_GATTC_DISC_WAITING 0x01 macro