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/service/src/ble/
H A Dble_security.h83 static void LePairPassKeyNotification(const BtAddr *addr, uint32_t number, void *context);
H A Dble_defs.h325 struct LePairPassKeyNotification { struct
H A Dble_security.cpp379 void BleSecurity::LePairPassKeyNotification(const BtAddr *addr, uint32_t number, void *context) in LePairPassKeyNotification() function in OHOS::bluetooth::BleSecurity
875 gapPairCallbacks_.lePairPassKeyNotification = &BleSecurity::LePairPassKeyNotification; in RegisterCallbackToGap()