Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dfixed_channel_allocator_test.cc66 Cid cid = kFirstFixedChannel; in TEST_F()
71 Cid cid = kFirstFixedChannel; in TEST_F()
Dfixed_channel_allocator.h60 cid >= kFirstFixedChannel && cid <= kLastFixedChannel, "Cid {} out of bound", cid); in AllocateChannel()
/packages/modules/Bluetooth/system/gd/l2cap/
Dcid.h27 constexpr Cid kFirstFixedChannel = 1; variable
/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()