Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c973 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_restart_discover()
1062 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_start_discover()
1107 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) { in bta_gattc_disc_cmpl()
1526 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING && p_clcb->p_srcb->srvc_hdl_chg) { in bta_gattc_op_cmpl()
1548 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) { in bta_gattc_op_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h372 #define BTA_GATTC_DISC_WAITING 0x01 macro