Searched refs:EncryptionComplete (Results 1 – 5 of 5) sorted by relevance
71 static void EncryptionComplete(uint8_t status, const BtAddr *peerAddr, void *context);
157 void EncryptionComplete(const RawAddress &device) const;
276 struct EncryptionComplete { struct
90 void BleSecurity::EncryptionComplete(uint8_t status, const BtAddr *peerAddr, void *context) in EncryptionComplete() function in OHOS::bluetooth::BleSecurity522 (static_cast<BleAdapter *>(bleAdapter_))->EncryptionComplete(addr); in GapEncryptionComplete()863 gapCallbacks_.encryptionComplete = &BleSecurity::EncryptionComplete; in RegisterCallbackToGap()
1457 void BleAdapter::EncryptionComplete(const RawAddress &device) const in EncryptionComplete() function in OHOS::bluetooth::BleAdapter