Searched refs:lePairKeyNotify (Results 1 – 3 of 3) sorted by relevance
411 void (*lePairKeyNotify)(const BtAddr *addr, LePairedKeys LeKeys, void *context); member
337 if (g_lePairCallback.callback.lePairKeyNotify) { in GapCallbackKeyNotify()338 g_lePairCallback.callback.lePairKeyNotify(addr, keys, g_lePairCallback.context); in GapCallbackKeyNotify()
880 gapPairCallbacks_.lePairKeyNotify = &BleSecurity::LePairKeyNotify; in RegisterCallbackToGap()