Searched refs:GetFixedChannelManager (Results 1 – 11 of 11) sorted by relevance
30 MOCK_METHOD(std::unique_ptr<FixedChannelManager>, GetFixedChannelManager, (), (override));
47 virtual std::unique_ptr<FixedChannelManager> GetFixedChannelManager();
88 std::unique_ptr<FixedChannelManager> L2capLeModule::GetFixedChannelManager() { in GetFixedChannelManager() function in bluetooth::l2cap::le::L2capLeModule
288 fixed_channel_manager_ = l2cap_layer_->GetFixedChannelManager(); in L2capFixedChannelHelper()
44 virtual std::unique_ptr<FixedChannelManager> GetFixedChannelManager();
108 std::unique_ptr<FixedChannelManager> L2capClassicModule::GetFixedChannelManager() { in GetFixedChannelManager() function in bluetooth::l2cap::classic::L2capClassicModule
54 l2cap_le_module_->GetFixedChannelManager()); in impl()
985 GetL2capLeModule()->GetFixedChannelManager()->RegisterService( in L2CA_RegisterFixedChannel()1010 auto manager = GetL2capLeModule()->GetFixedChannelManager(); in L2CA_ConnectFixedChnl()
64 l2cap_le_module_->GetFixedChannelManager()->RegisterService( in SecurityModuleFacadeService()
674 l2cap_manager_le_(l2cap_le_module_->GetFixedChannelManager()), in SecurityManagerImpl()