Searched refs:l2cap_security_interface_ (Results 1 – 3 of 3) sorted by relevance
36 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()
104 l2cap_security_interface_ = security_interface; in SetSecurityInterface()131 l2cap::classic::SecurityInterface* l2cap_security_interface_{nullptr};
59 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