Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_tcat.cpp134 VerifyOrQuit(otBleSecureTcatStart(instance, nullptr) == kErrorInvalidState); in TestTcat()
137 SuccessOrQuit(otBleSecureTcatStart(instance, nullptr)); in TestTcat()
/openthread-latest/include/openthread/
Dble_secure.h129 otError otBleSecureTcatStart(otInstance *aInstance, otHandleTcatJoin aHandler);
/openthread-latest/src/cli/
Dcli_tcat.cpp321 SuccessOrExit(error = otBleSecureTcatStart(GetInstancePtr(), nullptr)); in Process()
/openthread-latest/src/core/api/
Dble_secure_api.cpp63 otError otBleSecureTcatStart(otInstance *aInstance, otHandleTcatJoin aHandler) in otBleSecureTcatStart() function