HomeSort by relevance Sort by last modified time
    Searched refs:scan_activity (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/btm/
btm_ble_gap.cc 506 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) {
516 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) {
536 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE;
545 } else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity)) {
    [all...]
btm_ble_int_types.h 285 uint8_t scan_activity; /* LE scan activity mask */ member in struct:__anon106190
btm_ble_privacy.cc 531 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity)) {
btm_ble.cc     [all...]

Completed in 220 milliseconds