Searched refs:FindChannelByRemoteCid (Results 1 – 4 of 4) sorted by relevance
62 std::shared_ptr<DynamicChannelImpl> FindChannelByRemoteCid(Cid cid);
113 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::FindChannelByRemoteCid(Cid remote_cid)… in FindChannelByRemoteCid() function in bluetooth::l2cap::internal::DynamicChannelAllocator
344 auto channel = channel_allocator_->FindChannelByRemoteCid(remote_cid); in OnCredit()
862 … auto channel = channel_allocator_->FindChannelByRemoteCid(command_just_sent_.destination_cid_); in on_command_timeout()