HomeSort by relevance Sort by last modified time
    Searched refs:BTM_BLE_IS_SCAN_ACTIVE (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))
530 if (!BTM_BLE_IS_SCAN_ACTIVE(p_cb->scan_activity))
btm_ble_int.h 97 #define BTM_BLE_IS_SCAN_ACTIVE(x) ((x) & BTM_BLE_SCAN_ACTIVE_MASK)
btm_ble_gap.c 382 if (!BTM_BLE_IS_SCAN_ACTIVE(btm_cb.ble_ctr_cb.scan_activity))
    [all...]
btm_ble_privacy.c 604 if (BTM_BLE_IS_SCAN_ACTIVE(p_ble_cb->scan_activity))
    [all...]

Completed in 3145 milliseconds