Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.h81 static void LePairKeyPressNotification(const BtAddr *addr, uint8_t pressType, void *context);
H A Dble_defs.h316 struct LePairKeyPressNotification { struct
H A Dble_security.cpp211 void BleSecurity::LePairKeyPressNotification(const BtAddr *addr, uint8_t pressType, void *context) in LePairKeyPressNotification() function in OHOS::bluetooth::BleSecurity
873 gapPairCallbacks_.lePairKeyPressNotification = &BleSecurity::LePairKeyPressNotification; in RegisterCallbackToGap()