Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h405 void (*lePairPassKeyNotification)(const BtAddr *addr, uint32_t number, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c103 if (g_lePairCallback.callback.lePairPassKeyNotification) { in GapLePasskeyRequestProcess()
104 g_lePairCallback.callback.lePairPassKeyNotification( in GapLePasskeyRequestProcess()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp875 gapPairCallbacks_.lePairPassKeyNotification = &BleSecurity::LePairPassKeyNotification; in RegisterCallbackToGap()