Home
last modified time | relevance | path

Searched refs:otHandleBleSecureConnect (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dble_secure.h76 typedef void (*otHandleBleSecureConnect)(otInstance *aInstance, typedef
103 otHandleBleSecureConnect aConnectHandler,
/openthread-latest/src/core/radio/
Dble_secure.hpp63 typedef otHandleBleSecureConnect ConnectCallback;
/openthread-latest/src/core/api/
Dble_secure_api.cpp50 otHandleBleSecureConnect aConnectHandler, in otBleSecureStart()