Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_le.c859 if ( p_cb->disc_active == BTA_HH_LE_DISC_NONE) in bta_hh_le_open_cmpl()
962 p_cb->disc_active &= ~BTA_HH_LE_DISC_HIDS; in bta_hh_le_write_rpt_clt_cfg()
1157 p_cb->disc_active &= ~BTA_HH_LE_DISC_DIS; in bta_hh_le_dis_cback()
1187 p_cb->disc_active |= (BTA_HH_LE_DISC_HIDS|BTA_HH_LE_DISC_DIS); in bta_hh_le_pri_service_discovery()
1193 p_cb->disc_active &= ~BTA_HH_LE_DISC_DIS; in bta_hh_le_pri_service_discovery()
1550 if (p_dev_cb->disc_active & BTA_HH_LE_DISC_SCPS) in bta_hh_le_srvc_search_cmpl()
1552 p_dev_cb->disc_active &= ~BTA_HH_LE_DISC_SCPS; in bta_hh_le_srvc_search_cmpl()
2095 if ((p_dev_cb->disc_active & BTA_HH_LE_DISC_HIDS) != 0) in bta_hh_w4_le_write_cmpl()
2303 p_cb->disc_active = BTA_HH_LE_DISC_NONE; in bta_hh_le_open_fail()
2870 p_cb->disc_active |= BTA_HH_LE_DISC_SCPS; in bta_hh_le_search_scps()
Dbta_hh_int.h271 UINT8 disc_active; member