Home
last modified time | relevance | path

Searched refs:BTM_BLE_IS_SCAN_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_int_types.h93 #define BTM_BLE_IS_SCAN_ACTIVE(x) ((x)&BTM_BLE_SCAN_ACTIVE_MASK) macro
Dbtm_ble_gap.cc415 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()
1192 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) { in btm_ble_start_inquiry()
1693 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) return; in btm_ble_process_ext_adv_pkt()
1755 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) return; in btm_ble_process_adv_pkt()
2050 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) in btm_ble_stop_inquiry()
2087 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) btm_ble_stop_scan(); in btm_ble_stop_observe()
Dbtm_ble_privacy.cc531 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) { in btm_ble_suspend_resolving_list_activity()
Dbtm_ble.cc2246 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) btm_ble_stop_scan(); in btm_ble_set_random_address()
2254 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) btm_ble_start_scan(); in btm_ble_set_random_address()