Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dble.h79 #define OT_BLE_ADV_INTERVAL_DEFAULT 100 macro
/openthread-latest/src/core/radio/
Dble_secure.cpp82 SuccessOrExit(error = otPlatBleGapAdvStart(&GetInstance(), OT_BLE_ADV_INTERVAL_DEFAULT)); in Start()