Home
last modified time | relevance | path

Searched refs:EncryptionComplete (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.h71 static void EncryptionComplete(uint8_t status, const BtAddr *peerAddr, void *context);
H A Dble_adapter.h157 void EncryptionComplete(const RawAddress &device) const;
H A Dble_defs.h276 struct EncryptionComplete { struct
H A Dble_security.cpp90 void BleSecurity::EncryptionComplete(uint8_t status, const BtAddr *peerAddr, void *context) in EncryptionComplete() function in OHOS::bluetooth::BleSecurity
522 (static_cast<BleAdapter *>(bleAdapter_))->EncryptionComplete(addr); in GapEncryptionComplete()
863 gapCallbacks_.encryptionComplete = &BleSecurity::EncryptionComplete; in RegisterCallbackToGap()
H A Dble_adapter.cpp1457 void BleAdapter::EncryptionComplete(const RawAddress &device) const in EncryptionComplete() function in OHOS::bluetooth::BleAdapter