Home
last modified time | relevance | path

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

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