Home
last modified time | relevance | path

Searched refs:GetEncryptionInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h165 bool GetEncryptionInfo(uint16_t connectHandle) const;
166 bool GetEncryptionInfo(const GattDevice &device) const;
H A Dgatt_connection_manager.cpp278 bool GattConnectionManager::GetEncryptionInfo(uint16_t connectHandle) const in GetEncryptionInfo() function in OHOS::bluetooth::GattConnectionManager
290 bool GattConnectionManager::GetEncryptionInfo(const GattDevice &device) const in GetEncryptionInfo() function in OHOS::bluetooth::GattConnectionManager
H A Dgatt_client_profile.cpp618 if (GattConnectionManager::GetInstance().GetEncryptionInfo(connectHandle) != false) { in SignedWriteWithoutResponse()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp131 if (!dev.second.isNotified && GattConnectionManager::GetInstance().GetEncryptionInfo(dev.first)) { in StoreNotifyInformation()
244 if (GattConnectionManager::GetInstance().GetEncryptionInfo(device)) { in ConnectIncoming()

Completed in 8 milliseconds