Home
last modified time | relevance | path

Searched refs:FindChannelByRemoteCid (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator.h69 std::shared_ptr<DynamicChannelImpl> FindChannelByRemoteCid(Cid cid);
Ddynamic_channel_allocator.cc109 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::FindChannelByRemoteCid(Cid remote_cid)… in FindChannelByRemoteCid() function in bluetooth::l2cap::internal::DynamicChannelAllocator
/system/bt/gd/l2cap/le/internal/
Dsignalling_manager.cc348 auto channel = channel_allocator_->FindChannelByRemoteCid(remote_cid); in OnCredit()
/system/bt/gd/l2cap/classic/internal/
Dsignalling_manager.cc906 … auto channel = channel_allocator_->FindChannelByRemoteCid(command_just_sent_.destination_cid_); in on_command_timeout()