Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Ddynamic_channel_allocator.cc59 …ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateReservedChannel(Cid reserved_cid, Psm psm, in AllocateReservedChannel() argument
66reserved_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_…
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc219 auto reserved_cid = ReserveDynamicChannel(); in SendConnectionRequest() local
221 …local_cid_to_pending_dynamic_channel_connection_map_[reserved_cid] = std::move(pending_dynamic_cha… in SendConnectionRequest()
222 signalling_manager_.SendConnectionRequest(psm, reserved_cid, mtu); in SendConnectionRequest()
259 …2cap::internal::DynamicChannelImpl> Link::AllocateReservedDynamicChannel(Cid reserved_cid, Psm psm, in AllocateReservedDynamicChannel() argument
261 auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid); in AllocateReservedDynamicChannel()
Dlink.h139 …_ptr<l2cap::internal::DynamicChannelImpl> AllocateReservedDynamicChannel(Cid reserved_cid, Psm psm,
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc239 …2cap::internal::DynamicChannelImpl> Link::AllocateReservedDynamicChannel(Cid reserved_cid, Psm psm, in AllocateReservedDynamicChannel() argument
241 auto channel = dynamic_channel_allocator_.AllocateReservedChannel(reserved_cid, psm, remote_cid); in AllocateReservedDynamicChannel()
Dlink.h133 …_ptr<l2cap::internal::DynamicChannelImpl> AllocateReservedDynamicChannel(Cid reserved_cid, Psm psm,