/** * 6 bits */ export type BluetoothComputerMinor = "Uncategorized" | "Desktop" | "Server" | "Laptop" | "Handheld" | "PalmSize" | "Wearable" | "Tablet" | { "Reserved": number; }; //# sourceMappingURL=BluetoothComputerMinor.d.ts.map