Searched refs:lePairMethodNotify (Results 1 – 3 of 3) sorted by relevance
402 void (*lePairMethodNotify)(const BtAddr *addr, uint8_t pairMethod, void *context); member
260 if (g_lePairCallback.callback.lePairMethodNotify) { in GapLeAuthenticationRequest()261 … g_lePairCallback.callback.lePairMethodNotify(&addr, pairMethod, g_lePairCallback.context); in GapLeAuthenticationRequest()
872 gapPairCallbacks_.lePairMethodNotify = &BleSecurity::LePairMethodNotify; in RegisterCallbackToGap()