Searched refs:AllocateReservedChannel (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_allocator.h | 50 …std::shared_ptr<DynamicChannelImpl> AllocateReservedChannel(Cid reserved_cid, Psm psm, Cid remote_…
|
D | dynamic_channel_allocator_test.cc | 81 auto channel = channel_allocator_->AllocateReservedChannel(reserved, psm, remote_cid, {}); in TEST_F()
|
D | dynamic_channel_allocator.cc | 56 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateReservedChannel(Cid reserved_c… in AllocateReservedChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator
|
/system/bt/gd/l2cap/le/internal/ |
D | link.cc | 115 …auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid, s… in AllocateReservedDynamicChannel()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 160 …auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid, s… in AllocateReservedDynamicChannel()
|