Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/channel/
Dsecurity_manager_channel.cc36 l2cap_security_interface_(nullptr) {} in SecurityManagerChannel()
39 l2cap_security_interface_->Unregister(); in ~SecurityManagerChannel()
40 l2cap_security_interface_ = nullptr; in ~SecurityManagerChannel()
44 log::assert_that(l2cap_security_interface_ != nullptr, "L2cap Security Interface is null!"); in Connect()
52 l2cap_security_interface_->InitiateConnectionForSecurity(address); in Connect()
120 log::assert_that(l2cap_security_interface_ != nullptr, "L2cap Security Interface is null!"); in OnAuthenticationComplete()
Dsecurity_manager_channel.h104 l2cap_security_interface_ = security_interface; in SetSecurityInterface()
131 l2cap::classic::SecurityInterface* l2cap_security_interface_{nullptr};
/packages/modules/Bluetooth/system/gd/security/
Dsecurity_module.cc59 l2cap_security_interface_(&security_manager_impl, security_handler), in impl()
61 l2cap_classic_module->InjectSecurityEnforcementInterface(&l2cap_security_interface_); in impl()
62 l2cap_le_module->InjectSecurityEnforcementInterface(&l2cap_security_interface_); in impl()
75 L2capSecurityModuleInterface l2cap_security_interface_; member