Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_int_types.h200 bool is_ble_observe_active() const { return scan_activity_ & kBTM_BLE_OBSERVE_ACTIVE; } in is_ble_observe_active() function
208 bool is_ble_scan_active() const { return is_ble_inquiry_active() || is_ble_observe_active(); } in is_ble_scan_active()
Dbtm_ble_gap.cc526 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()
589 } else if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in BTM_BleObserve()
1784 if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in btm_ble_is_discoverable()
2054 } else if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in btm_ble_process_adv_pkt_cont()
2161 } else if (btm_cb.ble_ctr_cb.is_ble_observe_active()) { in btm_ble_process_adv_pkt_cont_for_inquiry()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc149 if (start && !btm_cb.ble_ctr_cb.is_ble_observe_active()) { in Scan()
156 } else if (!start && btm_cb.ble_ctr_cb.is_ble_observe_active()) { in Scan()
168 btm_cb.ble_ctr_cb.is_ble_observe_active()); in Scan()