Home
last modified time | relevance | path

Searched refs:l2cap_security_interface_ (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/security/channel/
Dsecurity_manager_channel.cc35 l2cap_security_interface_(nullptr) {} in SecurityManagerChannel()
38 l2cap_security_interface_->Unregister(); in ~SecurityManagerChannel()
39 l2cap_security_interface_ = nullptr; in ~SecurityManagerChannel()
43 ASSERT_LOG(l2cap_security_interface_ != nullptr, "L2cap Security Interface is null!"); in Connect()
51 l2cap_security_interface_->InitiateConnectionForSecurity(address); in Connect()
118 ASSERT_LOG(l2cap_security_interface_ != nullptr, "L2cap Security Interface is null!"); in OnAuthenticationComplete()
Dsecurity_manager_channel.h107 l2cap_security_interface_ = security_interface; in SetSecurityInterface()
134 l2cap::classic::SecurityInterface* l2cap_security_interface_{nullptr};
/system/bt/gd/security/
Dsecurity_module.cc58 l2cap_security_interface_(&security_manager_impl, security_handler), in impl()
60 l2cap_classic_module->InjectSecurityEnforcementInterface(&l2cap_security_interface_); in impl()
61 l2cap_le_module->InjectSecurityEnforcementInterface(&l2cap_security_interface_); in impl()
74 L2capSecurityModuleInterface l2cap_security_interface_; member