/** * 6 bits */ export type BluetoothPhoneMinor = "Uncategorized" | "Cellular" | "Cordless" | "SmartPhone" | "Wired" | "Isdn" | { "Reserved": number; }; //# sourceMappingURL=BluetoothPhoneMinor.d.ts.map