Searched refs:remoteOobReq (Results 1 – 3 of 3) sorted by relevance
188 void (*remoteOobReq)(const BtAddr *addr, void *context); member
1340 if (g_authenticationCallback.callback.remoteOobReq) { in GapOnRemoteOOBDataRequestEvent()1341 g_authenticationCallback.callback.remoteOobReq(&addr, g_authenticationCallback.context); in GapOnRemoteOOBDataRequestEvent()
289 authenticationCbs.remoteOobReq = RemoteOobReqCallback; in RegisterCallback()