pub const MAX_SEGMENT_LEN: u32 = 32; // 32u32
Hard upper bound on AdvertiseSegment::candidates. The bound is enforced by SCALE decoding via BoundedVec, so oversized advertisements are rejected at parse time without allocation.
AdvertiseSegment::candidates
BoundedVec