Searched refs:GetFixedChannelManager (Results 1 – 9 of 9) sorted by relevance
30 MOCK_METHOD(std::unique_ptr<FixedChannelManager>, GetFixedChannelManager, (), (override));
46 virtual std::unique_ptr<FixedChannelManager> GetFixedChannelManager();
91 std::unique_ptr<FixedChannelManager> L2capLeModule::GetFixedChannelManager() { in GetFixedChannelManager() function in bluetooth::l2cap::le::L2capLeModule
310 fixed_channel_manager_ = l2cap_layer_->GetFixedChannelManager(); in L2capFixedChannelHelper()
47 virtual std::unique_ptr<FixedChannelManager> GetFixedChannelManager();
107 std::unique_ptr<FixedChannelManager> L2capClassicModule::GetFixedChannelManager() { in GetFixedChannelManager() function in bluetooth::l2cap::classic::L2capClassicModule
79 l2cap_le_module_->GetFixedChannelManager()->RegisterService( in SecurityModuleFacadeService()
691 l2cap_manager_le_(l2cap_le_module_->GetFixedChannelManager()), in SecurityManagerImpl()