Home
last modified time | relevance | path

Searched refs:otPlatBleGapAdvStart (Results 1 – 5 of 5) sorted by relevance

/openthread-3.6.0/examples/platforms/simulation/
Dble.c43 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart() function
/openthread-3.6.0/src/posix/platform/
Dble.cpp43 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart() function
/openthread-3.6.0/include/openthread/platform/
Dble.h176 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval);
/openthread-3.6.0/src/core/radio/
Dble_secure.cpp77 SuccessOrExit(error = otPlatBleGapAdvStart(&GetInstance(), OT_BLE_ADV_INTERVAL_DEFAULT)); in Start()
/openthread-3.6.0/tests/unit/
Dtest_platform.cpp706 otError otPlatBleGapAdvStart(otInstance *aInstance, uint16_t aInterval) in otPlatBleGapAdvStart() function