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/service/src/ble/
H A Dble_security.h88 static void LePairKeyNotify(const BtAddr *addr, LePairedKeys leKeys, void *context);
H A Dble_defs.h349 struct LePairKeyNotify { struct
H A Dble_security.cpp311 void BleSecurity::LePairKeyNotify(const BtAddr *addr, LePairedKeys leKeys, void *context) in LePairKeyNotify() function in OHOS::bluetooth::BleSecurity
880 gapPairCallbacks_.lePairKeyNotify = &BleSecurity::LePairKeyNotify; in RegisterCallbackToGap()