Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_act.cc612 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_restart_discover()
639 p_clcb->auto_update == BTA_GATTC_REQ_WAITING) && in bta_gattc_start_discover()
644 p_clcb->auto_update = BTA_GATTC_NO_SCHEDULE; in bta_gattc_start_discover()
672 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_start_discover()
705 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) { in bta_gattc_disc_cmpl()
707 p_clcb->auto_update = BTA_GATTC_REQ_WAITING; in bta_gattc_disc_cmpl()
948 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING && in bta_gattc_op_cmpl()
968 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) { in bta_gattc_op_cmpl()
969 p_clcb->auto_update = BTA_GATTC_REQ_WAITING; in bta_gattc_op_cmpl()
Dbta_gattc_int.h256 uint8_t auto_update; /* auto update is waiting */ member