vserver 1.9.5.x5
[linux-2.6.git] / include / net / bluetooth / sco.h
index a1c469c..bcd66c3 100644 (file)
@@ -39,15 +39,16 @@ struct sockaddr_sco {
        bdaddr_t        sco_bdaddr;
 };
 
-/* set/get sockopt defines */
-#define SCO_OPTIONS  0x01
+/* SCO socket options */
+#define SCO_OPTIONS    0x01
 struct sco_options {
        __u16 mtu;
 };
 
-#define SCO_CONNINFO  0x02
+#define SCO_CONNINFO   0x02
 struct sco_conninfo {
        __u16 hci_handle;
+       __u8  dev_class[3];
 };
 
 /* ---- SCO connections ---- */