/** * 6 bits */ export type BluetoothAudioVideoMinor = "Uncategorized" | "Headset" | "HandsFree" | "Microphone" | "Loudspeaker" | "Headphones" | "PortableAudio" | "CarAudio" | "SetTopBox" | "HiFiAudioDevice" | "Vcr" | "VideoCamera" | "CamCorder" | "VideoMonitor" | "VideoDisplayAndLoudspeaker" | "VideoConferencing" | "GamingToy" | { "Reserved": number; }; //# sourceMappingURL=BluetoothAudioVideoMinor.d.ts.map