Home
last modified time | relevance | path

Searched refs:lePairKeyNotify (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h411 void (*lePairKeyNotify)(const BtAddr *addr, LePairedKeys LeKeys, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c337 if (g_lePairCallback.callback.lePairKeyNotify) { in GapCallbackKeyNotify()
338 g_lePairCallback.callback.lePairKeyNotify(addr, keys, g_lePairCallback.context); in GapCallbackKeyNotify()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp880 gapPairCallbacks_.lePairKeyNotify = &BleSecurity::LePairKeyNotify; in RegisterCallbackToGap()