Searched refs:otBleSecureStart (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_tcat.cpp | 135 SuccessOrQuit(otBleSecureStart(instance, HandleBleSecureConnect, nullptr, true, &ble)); in TestTcat() 136 …VerifyOrQuit(otBleSecureStart(instance, HandleBleSecureConnect, nullptr, true, nullptr) == kErrorA… in TestTcat()
|
/openthread-latest/include/openthread/ |
D | ble_secure.h | 102 otError otBleSecureStart(otInstance *aInstance,
|
/openthread-latest/src/cli/ |
D | cli_tcat.cpp | 320 …SuccessOrExit(error = otBleSecureStart(GetInstancePtr(), nullptr, HandleBleSecureReceive, true, nu… in Process()
|
/openthread-latest/src/core/api/ |
D | ble_secure_api.cpp | 49 otError otBleSecureStart(otInstance *aInstance, in otBleSecureStart() function
|