Home
last modified time | relevance | path

Searched refs:reserved_cid (Results 1 – 6 of 6) sorted by relevance

/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator.cc53 …ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateReservedChannel(Cid reserved_cid, Psm psm, in AllocateReservedChannel() argument
60reserved_cid, std::make_shared<DynamicChannelImpl>(psm, reserved_cid, remote_cid, link_, l2cap_han… in AllocateReservedChannel()
Ddynamic_channel_allocator.h57 …std::shared_ptr<DynamicChannelImpl> AllocateReservedChannel(Cid reserved_cid, Psm psm, Cid remote_…
/system/bt/gd/l2cap/le/internal/
Dlink.cc177 auto reserved_cid = ReserveDynamicChannel(); in SendConnectionRequest() local
179 …local_cid_to_pending_dynamic_channel_connection_map_[reserved_cid] = std::move(pending_dynamic_cha… in SendConnectionRequest()
180 signalling_manager_.SendConnectionRequest(psm, reserved_cid, mtu); in SendConnectionRequest()
217 …2cap::internal::DynamicChannelImpl> Link::AllocateReservedDynamicChannel(Cid reserved_cid, Psm psm, in AllocateReservedDynamicChannel() argument
219 auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid); in AllocateReservedDynamicChannel()
Dlink.h125 …_ptr<l2cap::internal::DynamicChannelImpl> AllocateReservedDynamicChannel(Cid reserved_cid, Psm psm,
/system/bt/gd/l2cap/classic/internal/
Dlink.cc235 …2cap::internal::DynamicChannelImpl> Link::AllocateReservedDynamicChannel(Cid reserved_cid, Psm psm, in AllocateReservedDynamicChannel() argument
237 auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid); in AllocateReservedDynamicChannel()
Dlink.h127 …_ptr<l2cap::internal::DynamicChannelImpl> AllocateReservedDynamicChannel(Cid reserved_cid, Psm psm,