enum io.HidBusType

enum HidBusType: uint8_t {
    Unknown   = 0,
    Usb,
    Bluetooth,
    I2c,
    Spi,
};