Home
last modified time | relevance | path

Searched refs:otBleSecureStart (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/unit/
Dtest_tcat.cpp135 SuccessOrQuit(otBleSecureStart(instance, HandleBleSecureConnect, nullptr, true, &ble)); in TestTcat()
136 …VerifyOrQuit(otBleSecureStart(instance, HandleBleSecureConnect, nullptr, true, nullptr) == kErrorA… in TestTcat()
/openthread-latest/include/openthread/
Dble_secure.h102 otError otBleSecureStart(otInstance *aInstance,
/openthread-latest/src/cli/
Dcli_tcat.cpp320 …SuccessOrExit(error = otBleSecureStart(GetInstancePtr(), nullptr, HandleBleSecureReceive, true, nu… in Process()
/openthread-latest/src/core/api/
Dble_secure_api.cpp49 otError otBleSecureStart(otInstance *aInstance, in otBleSecureStart() function