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
173 bool AclConnectionHandler::IsEncrypted(uint16_t handle) const { in IsEncrypted() function in test_vendor_lib::AclConnectionHandler177 return acl_connections_.at(handle).IsEncrypted(); in IsEncrypted()
61 bool IsEncrypted(uint16_t handle) const;
1341 if (connections_.IsEncrypted(handle)) { in IncomingLeEncryptConnectionResponse()2081 if (connections_.IsEncrypted(handle) && encryption_enable) { in HandleSetConnectionEncryption()2108 if (connections_.IsEncrypted(handle) && !encryption_enable) { in SetConnectionEncryption()2828 if (connections_.IsEncrypted(handle)) { in LeLongTermKeyRequestReply()