We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79f22a commit c594291Copy full SHA for c594291
lib/bluetooth.h
@@ -104,6 +104,14 @@ struct bt_security {
104
*/
105
#define BT_CHANNEL_POLICY_AMP_PREFERRED 2
106
107
+#define BT_VOICE 11
108
+struct bt_voice {
109
+ uint16_t setting;
110
+};
111
+
112
+#define BT_VOICE_TRANSPARENT 0x0003
113
+#define BT_VOICE_CVSD_16BIT 0x0060
114
115
/* Connection and socket states */
116
enum {
117
BT_CONNECTED = 1, /* Equal to TCP_ESTABLISHED to make net code happy */
0 commit comments