summaryrefslogtreecommitdiff
path: root/lib/bluetooth-enums.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-01-26 15:47:48 +0000
committerBastien Nocera <hadess@hadess.net>2010-01-28 16:00:45 +0000
commit82e699396bb7ce2702975d32042578fc0ef5b899 (patch)
treea04532853b37e1bc90e1fb25be65098ea2523f31 /lib/bluetooth-enums.h
parentaa0e36ab9c5b032a9d8cb8d7072eaf827c541988 (diff)
downloadgnome-bluetooth-82e699396bb7ce2702975d32042578fc0ef5b899.tar.gz
Add video type devices
Diffstat (limited to 'lib/bluetooth-enums.h')
-rw-r--r--lib/bluetooth-enums.h3
1 files changed, 2 insertions, 1 deletions
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)