Searched refs:pinCodeReq (Results 1 – 3 of 3) sorted by relevance
189 void (*pinCodeReq)(const BtAddr *addr, void *context); member
1440 } else if (g_authenticationCallback.callback.pinCodeReq) { in GapOnPINCodeRequestEvent()1441 g_authenticationCallback.callback.pinCodeReq(&addr, g_authenticationCallback.context); in GapOnPINCodeRequestEvent()
288 authenticationCbs.pinCodeReq = PinCodeReqCallback; in RegisterCallback()