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_bgconn.c 464 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity))
513 p_cb->scan_activity |= BTM_LE_SELECT_CONN_ACTIVE;
525 p_cb->scan_activity &= ~BTM_LE_SELECT_CONN_ACTIVE;
530 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity))
btm_ble_gap.c 371 if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
382 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
413 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE;
423 else if (BTM_BLE_IS_OBS_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
    [all...]
btm_ble_int.h 300 UINT8 scan_activity; /* LE scan activity mask */ member in struct:__anon72456
btm_ble_privacy.c 604 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity))
    [all...]

Completed in 163 milliseconds