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