summaryrefslogtreecommitdiff
path: root/lib/bluetooth-utils.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-02-03 12:00:16 +0100
committerBastien Nocera <hadess@hadess.net>2021-02-03 12:00:16 +0100
commitc9a513a6338f673bc26c2aa995f657048173be1e (patch)
treeaabc7095a9f2d008ceddd65ec9241e78ba010806 /lib/bluetooth-utils.c
parentcf4a0ba59dc092f84030349d9933caf00f2640a2 (diff)
downloadgnome-bluetooth-c9a513a6338f673bc26c2aa995f657048173be1e.tar.gz
lib: Add speaker typewip/hadess/add-speakers
Closes: #77
Diffstat (limited to 'lib/bluetooth-utils.c')
-rw-r--r--lib/bluetooth-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bluetooth-utils.c b/lib/bluetooth-utils.c
index 201e479e..09504893 100644
--- a/lib/bluetooth-utils.c
+++ b/lib/bluetooth-utils.c
@@ -185,6 +185,8 @@ bluetooth_class_to_type (guint32 class)
case 0x01:
case 0x02:
return BLUETOOTH_TYPE_HEADSET;
+ case 0x05:
+ return BLUETOOTH_TYPE_SPEAKERS;
case 0x06:
return BLUETOOTH_TYPE_HEADPHONES;
case 0x0b: /* VCR */