Message ID | 20241216184613.135538-2-frederic.danis@collabora.com |
---|---|
State | New |
Headers | show |
Series | Add constant for 16 bits transparent voice | expand |
diff --git a/lib/bluetooth.h b/lib/bluetooth.h index 073ed875d..32e58678b 100644 --- a/lib/bluetooth.h +++ b/lib/bluetooth.h @@ -111,6 +111,7 @@ struct bt_voice { #define BT_VOICE_TRANSPARENT 0x0003 #define BT_VOICE_CVSD_16BIT 0x0060 +#define BT_VOICE_TRANSPARENT_16BIT 0x0063 #define BT_PHY 14