Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc717 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_restart_discover()
802 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) && in bta_gattc_start_discover()
807 p_clcb->auto_update = BTA_GATTC_NO_SCHEDULE; in bta_gattc_start_discover()
840 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_start_discover()
922 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) { in bta_gattc_disc_cmpl()
924 p_clcb->auto_update = BTA_GATTC_REQ_WAITING; in bta_gattc_disc_cmpl()
1243 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING && p_clcb->p_srcb->srvc_hdl_chg && in bta_gattc_op_cmpl()
1278 p_clcb->auto_update = BTA_GATTC_REQ_WAITING; in bta_gattc_op_cmpl()
1285 if (p_clcb->auto_update == BTA_GATTC_DISC_WAITING) { in bta_gattc_op_cmpl()
1286 p_clcb->auto_update = BTA_GATTC_REQ_WAITING; in bta_gattc_op_cmpl()
Dbta_gattc_int.h308 uint8_t auto_update; /* auto update is waiting */ member
Dbta_gattc_utils.cc246 p_clcb->auto_update = 0; in bta_gattc_clcb_dealloc()
Dbta_gattc_cache.cc511 p_clcb->auto_update = BTA_GATTC_DISC_WAITING; in bta_gattc_disc_cmpl_cback()
/packages/modules/Bluetooth/system/bta/test/
Dbta_gatt_test.cc282 client_channel_control_block.auto_update = BTA_GATTC_DISC_WAITING; in TEST_F()