pub const MAX_PROTOCOL_LEN: u64 = _; // 255u64
Expand description

The maximum number of characters allowed in a FIDL protocol name. This is set to the maximum length of filesystem node name because we generally use the filesystem for protocol discovery.