Home
last modified time | relevance | path

Searched refs:scan_activity (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_gap.cc405 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()
415 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()
436 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()
444 } else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) { in BTM_BleObserve()
1187 if (BTM_BLE_IS_INQ_ACTIVE(p_ble_cb->scan_activity)) { in btm_ble_start_inquiry()
1192 if (!BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) { in btm_ble_start_inquiry()
1220 p_ble_cb->scan_activity |= mode; in btm_ble_start_inquiry()
1382 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) in btm_ble_is_discoverable()
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()
[all …]
Dbtm_ble_int_types.h256 uint8_t scan_activity; /* LE scan activity mask */ member
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()
/system/bt/main/shim/
Dbtm_api.cc434 if (btm_cb.ble_ctr_cb.scan_activity & BTM_LE_OBSERVE_ACTIVE) { in BTM_BleObserve()
442 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()
453 btm_cb.ble_ctr_cb.scan_activity &= ~BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()
488 if (!(btm_cb.ble_ctr_cb.scan_activity & BTM_LE_OBSERVE_ACTIVE)) { in BTM_BleObserve()
493 btm_cb.ble_ctr_cb.scan_activity &= ~BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()
624 btm_cb.ble_ctr_cb.scan_activity &= ~BTM_BLE_INQUIRY_MASK; in BTM_CancelInquiry()