Home
last modified time | relevance | path

Searched refs:BLE_SCAN_UNIT_TIME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h483 constexpr float BLE_SCAN_UNIT_TIME = 0.625; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp770 pimpl->scanParams_.scanInterval = intervalMSecs / BLE_SCAN_UNIT_TIME; in SetInterval()
777 pimpl->scanParams_.scanWindow = windowMSecs / BLE_SCAN_UNIT_TIME; in SetWindow()