Home
last modified time | relevance | path

Searched refs:disc_active (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc620 if (p_cb->disc_active == BTA_HH_LE_DISC_NONE) { in bta_hh_le_open_cmpl()
729 p_cb->disc_active &= ~BTA_HH_LE_DISC_HIDS; in bta_hh_le_write_rpt_clt_cfg()
763 if ((p_dev_cb->disc_active & BTA_HH_LE_DISC_HIDS) == 0) in bta_hh_le_service_parsed()
922 p_cb->disc_active &= ~BTA_HH_LE_DISC_DIS; in bta_hh_le_dis_cback()
949 p_cb->disc_active |= (BTA_HH_LE_DISC_HIDS | BTA_HH_LE_DISC_DIS); in bta_hh_le_pri_service_discovery()
955 p_cb->disc_active &= ~BTA_HH_LE_DISC_DIS; in bta_hh_le_pri_service_discovery()
1707 if (p_cb->disc_active & BTA_HH_LE_DISC_HIDS) { in bta_hh_le_open_fail()
1718 p_cb->disc_active = BTA_HH_LE_DISC_NONE; in bta_hh_le_open_fail()
Dbta_hh_int.h214 uint8_t disc_active; member
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc717 if (p_clcb->disc_active || in bta_gattc_disc_close()
827 p_clcb->disc_active = true; in bta_gattc_start_discover_internal()
955 p_clcb->disc_active = false; in bta_gattc_disc_cmpl()
Dbta_gattc_int.h306 bool disc_active; member
Dbta_gattc_utils.cc261 p_clcb->disc_active = 0; in bta_gattc_clcb_dealloc()
Dbta_gattc_cache.cc834 if (!p_clcb->disc_active) { in bta_gattc_read_ext_prop_desc_cmpl()