Home
last modified time | relevance | path

Searched refs:BLE_ADV_MIN_INTERVAL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h352 const int BLE_ADV_MIN_INTERVAL = 0x0020; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h369 const int BLE_ADV_MIN_INTERVAL = 0x0020; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp55 pimpl->advParams_.advMinInterval = BLE_ADV_MIN_INTERVAL; in BleAdvertiserImpl()