pub const DEVICE_NAME_MAX: u32 = 255;
Expand description

Maximum length of a device name (without a null byte), based on HOST_NAME_MAX as defined by <limits.h>.