Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/internal/
H A Dfixed_channel_allocator_test.cc66 Cid cid = kFirstFixedChannel; in TEST_F()
71 Cid cid = kFirstFixedChannel; in TEST_F()
H A Dfixed_channel_allocator.h54 ASSERT_LOG(cid >= kFirstFixedChannel && cid <= kLastFixedChannel, "Cid %d out of bound", cid); in AllocateChannel()
/aosp12/system/bt/gd/l2cap/
H A Dcid.h27 constexpr Cid kFirstFixedChannel = 1; variable
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dfixed_channel_impl.cc32 ASSERT_LOG(cid_ >= kFirstFixedChannel && cid_ <= kLastFixedChannel, "Invalid cid: %d", cid_); in FixedChannelImpl()
H A Dfixed_channel_service_manager_impl.cc31 if (cid < kFirstFixedChannel || cid > kLastFixedChannel || cid == kClassicSignallingCid) { in Register()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dfixed_channel_service_manager_impl.cc31 if (cid < kFirstFixedChannel || cid > kLastFixedChannel || cid == kLeSignallingCid) { in Register()
H A Dfixed_channel_impl.cc41 ASSERT_LOG(cid_ >= kFirstFixedChannel && cid_ <= kLastFixedChannel, "Invalid cid: %d", cid_); in FixedChannelImpl()