From 82e699396bb7ce2702975d32042578fc0ef5b899 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 26 Jan 2010 15:47:48 +0000 Subject: Add video type devices --- lib/bluetooth-enums.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/bluetooth-enums.h') diff --git a/lib/bluetooth-enums.h b/lib/bluetooth-enums.h index 0d189b40..aafa65d7 100644 --- a/lib/bluetooth-enums.h +++ b/lib/bluetooth-enums.h @@ -90,9 +90,10 @@ typedef enum { BLUETOOTH_TYPE_PRINTER = 1 << 11, BLUETOOTH_TYPE_JOYPAD = 1 << 12, BLUETOOTH_TYPE_TABLET = 1 << 13, + BLUETOOTH_TYPE_VIDEO = 1 << 14, } BluetoothType; -#define _BLUETOOTH_TYPE_NUM_TYPES 14 +#define _BLUETOOTH_TYPE_NUM_TYPES 15 #define BLUETOOTH_TYPE_INPUT (BLUETOOTH_TYPE_KEYBOARD | BLUETOOTH_TYPE_MOUSE | BLUETOOTH_TYPE_TABLET | BLUETOOTH_TYPE_JOYPAD) #define BLUETOOTH_TYPE_AUDIO (BLUETOOTH_TYPE_HEADSET | BLUETOOTH_TYPE_HEADPHONES | BLUETOOTH_TYPE_OTHER_AUDIO) -- cgit v1.2.1