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.c920 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_restart_discover()
967 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) && in bta_gattc_start_discover()
972 p_clcb->auto_update = BTA_GATTC_NO_SCHEDULE; in bta_gattc_start_discover()
1008 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_start_discover()
1054 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) in bta_gattc_disc_cmpl()
1399 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING && p_clcb->p_srcb->srvc_hdl_chg) in bta_gattc_op_cmpl()
1418 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) in bta_gattc_op_cmpl()
1420 p_clcb->auto_update = BTA_GATTC_REQ_WAITING; in bta_gattc_op_cmpl()
Dbta_gattc_int.h334 UINT8 auto_update; /* auto update is waiting */ member