Home
last modified time | relevance | path

Searched refs:is_ble_observe_active (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_ble_int_types.h202 bool is_ble_observe_active() const { in is_ble_observe_active() function
213 return (is_ble_inquiry_active() || is_ble_observe_active()); in is_ble_scan_active()
H A Dbtm_ble_gap.cc414 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()
450 } else if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()
1441 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) in btm_ble_is_discoverable()
1948 } else if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in btm_ble_process_adv_pkt_cont()
2025 } else if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in btm_ble_process_adv_pkt_cont_for_inquiry()
/aosp12/system/bt/main/shim/
H A Dbtm_api.cc654 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()
707 if (!btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()