Searched refs:kLastFixedChannel (Results 1 – 7 of 7) sorted by relevance
28 constexpr Cid kLastFixedChannel = 63; variable29 constexpr Cid kFirstDynamicChannel = kLastFixedChannel + 1;
36 cid_ >= kFirstFixedChannel && cid_ <= kLastFixedChannel, "Invalid cid: {}", cid_); in FixedChannelImpl()
33 if (cid < kFirstFixedChannel || cid > kLastFixedChannel || cid == kClassicSignallingCid) { in Register()
33 if (cid < kFirstFixedChannel || cid > kLastFixedChannel || cid == kLeSignallingCid) { in Register()
45 cid_ >= kFirstFixedChannel && cid_ <= kLastFixedChannel, "Invalid cid: {}", cid_); in FixedChannelImpl()
60 cid >= kFirstFixedChannel && cid <= kLastFixedChannel, "Cid {} out of bound", cid); in AllocateChannel()
80 bluetooth::l2cap::kLastFixedChannel - 2, in SecurityModuleFacadeService()