Home
last modified time | relevance | path

Searched refs:kLastFixedChannel (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/
Dcid.h28 constexpr Cid kLastFixedChannel = 63; variable
29 constexpr Cid kFirstDynamicChannel = kLastFixedChannel + 1;
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dfixed_channel_impl.cc36 cid_ >= kFirstFixedChannel && cid_ <= kLastFixedChannel, "Invalid cid: {}", cid_); in FixedChannelImpl()
Dfixed_channel_service_manager_impl.cc33 if (cid < kFirstFixedChannel || cid > kLastFixedChannel || cid == kClassicSignallingCid) { in Register()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dfixed_channel_service_manager_impl.cc33 if (cid < kFirstFixedChannel || cid > kLastFixedChannel || cid == kLeSignallingCid) { in Register()
Dfixed_channel_impl.cc45 cid_ >= kFirstFixedChannel && cid_ <= kLastFixedChannel, "Invalid cid: {}", cid_); in FixedChannelImpl()
/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dfixed_channel_allocator.h60 cid >= kFirstFixedChannel && cid <= kLastFixedChannel, "Cid {} out of bound", cid); in AllocateChannel()
/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc80 bluetooth::l2cap::kLastFixedChannel - 2, in SecurityModuleFacadeService()