bluez5: bap: Support Mono Channel Allocation

The Bluetooth SIG Assigned Numbers Document has been updated and a
value of 0 for the Channel Allocation is now allowed, with the
meaning of "Mono".
This commit is contained in:
Vlad Pruteanu 2024-05-28 16:42:08 +03:00
parent eaa3d04bcc
commit 0b5f716526
2 changed files with 3 additions and 2 deletions

View file

@ -53,7 +53,7 @@
#define LC3_MAX_CHANNELS 28
#define BAP_CHANNEL_NOT_ALLOWED 0x00000000
#define BAP_CHANNEL_MONO 0x00000000 /* mono */
#define BAP_CHANNEL_FL 0x00000001 /* front left */
#define BAP_CHANNEL_FR 0x00000002 /* front right */
#define BAP_CHANNEL_FC 0x00000004 /* front center */