Searched refs:IsEncrypted (Results 1 – 5 of 5) sorted by relevance
38 bool IsEncrypted() const;
28 bool AclConnection::IsEncrypted() const { return encrypted_; }; in IsEncrypted() function in test_vendor_lib::AclConnection
176 bool AclConnectionHandler::IsEncrypted(uint16_t handle) const { in IsEncrypted() function in test_vendor_lib::AclConnectionHandler180 return acl_connections_.at(handle).IsEncrypted(); in IsEncrypted()
60 bool IsEncrypted(uint16_t handle) const;
975 if (connections_.IsEncrypted(handle)) { in IncomingLeEncryptConnection()1003 if (connections_.IsEncrypted(handle)) { in IncomingLeEncryptConnectionResponse()1451 if (connections_.IsEncrypted(handle) && encryption_enable) { in HandleSetConnectionEncryption()1478 if (connections_.IsEncrypted(handle) && !encryption_enable) { in SetConnectionEncryption()