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