Searched refs:otBleSecureTcatStart (Results 1 – 4 of 4) sorted by relevance
134 VerifyOrQuit(otBleSecureTcatStart(instance, nullptr) == kErrorInvalidState); in TestTcat()137 SuccessOrQuit(otBleSecureTcatStart(instance, nullptr)); in TestTcat()
129 otError otBleSecureTcatStart(otInstance *aInstance, otHandleTcatJoin aHandler);
321 SuccessOrExit(error = otBleSecureTcatStart(GetInstancePtr(), nullptr)); in Process()
63 otError otBleSecureTcatStart(otInstance *aInstance, otHandleTcatJoin aHandler) in otBleSecureTcatStart() function