Searched defs:AllocateChannel (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/l2cap/internal/ | ||
D | fixed_channel_allocator.h | 52 virtual std::shared_ptr<FixedChannelImplType> AllocateChannel(Cid cid) { in AllocateChannel() function |
D | dynamic_channel_allocator.cc | 30 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateChannel(Psm psm, Cid remote_ci… in AllocateChannel() function in bluetooth::l2cap::internal::DynamicChannelAllocator |