Searched refs:is_ble_observe_active (Results 1 – 3 of 3) sorted by relevance
198 bool is_ble_observe_active() const { in is_ble_observe_active() function209 return (is_ble_inquiry_active() || is_ble_observe_active()); in is_ble_scan_active()
563 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()631 } else if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()1796 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) in btm_ble_is_discoverable()2212 } else if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in btm_ble_process_adv_pkt_cont()2323 } else if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in btm_ble_process_adv_pkt_cont_for_inquiry()
181 if (start && !btm_cb.ble_ctr_cb.is_ble_observe_active()) { in Scan()188 } else if (!start && btm_cb.ble_ctr_cb.is_ble_observe_active()) { in Scan()201 btm_cb.ble_ctr_cb.is_ble_observe_active()); in Scan()