Searched refs:linkKeyReq (Results 1 – 3 of 3) sorted by relevance
190 void (*linkKeyReq)(const BtAddr *addr, void *context); member
1576 if (g_authenticationCallback.callback.linkKeyReq) { in GapOnLinkKeyRequestEvent()1578 g_authenticationCallback.callback.linkKeyReq(&addr, g_authenticationCallback.context); in GapOnLinkKeyRequestEvent()
287 authenticationCbs.linkKeyReq = LinkKeyReqCallback; in RegisterCallback()