Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dacl_connection.h38 bool IsEncrypted() const;
H A Dacl_connection.cc28 bool AclConnection::IsEncrypted() const { return encrypted_; }; in IsEncrypted() function in test_vendor_lib::AclConnection
H A Dacl_connection_handler.cc173 bool AclConnectionHandler::IsEncrypted(uint16_t handle) const { in IsEncrypted() function in test_vendor_lib::AclConnectionHandler
177 return acl_connections_.at(handle).IsEncrypted(); in IsEncrypted()
H A Dacl_connection_handler.h61 bool IsEncrypted(uint16_t handle) const;
H A Dlink_layer_controller.cc1341 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()