summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bluetooth.h b/src/bluetooth.h
index af6f02c1..825da3e5 100644
--- a/src/bluetooth.h
+++ b/src/bluetooth.h
@@ -34,6 +34,15 @@
#define BT_DEFER_SETUP 7
+
+#define BT_VOICE 11
+struct bt_voice {
+ uint16_t setting;
+};
+
+#define BT_VOICE_TRANSPARENT 0x0003
+#define BT_VOICE_CVSD_16BIT 0x0060
+
/* BD Address */
typedef struct {
uint8_t b[6];