pub const MAX_MESH_SIZE: usize = 20;Expand description
Maximum recommended mesh size for reliable single-packet sync
Beyond this, documents may exceed typical BLE MTU (244 bytes). Size calculation: 8 (header) + 4 + (N × 12) (GCounter) + 42 (Peripheral) 20 nodes = 8 + 244 + 42 = 294 bytes