Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: e35f4583421c17fe7108dbbd82e6b07e4e96f3c4 https://github.com/bluez/bluez/commit/e35f4583421c17fe7108dbbd82e6b07e4e96f3c4 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Split unicast and broadcast presets Although their name matches unicast and broadcast are not actually the same when it comes to RTN and Max Latency, so this splits their settings into 2 presets tables and fix the values for broadcast. Commit: cae922c63bd5c63a8ce077b3c2c694b2fe988245 https://github.com/bluez/bluez/commit/cae922c63bd5c63a8ce077b3c2c694b2fe988245 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Use macros from lc3.h to define presets This makes use of macros for for lc3.h to define preset configuration and remove existing macros since they were just duplicates. Commit: 47df60e8b21ef795e0f1438b1dc44ac309f72781 https://github.com/bluez/bluez/commit/47df60e8b21ef795e0f1438b1dc44ac309f72781 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: A src/shared/bap-defs.h M src/shared/bap.h M src/shared/lc3.h Log Message: ----------- shared/lc3: Add definition for broadcast configurations This adds defines for broadcast settings as they don't really match unicast when it comes to RTN and Latency. Commit: 25f42cfc4653ff0125a1f079207b74193aa617ea https://github.com/bluez/bluez/commit/25f42cfc4653ff0125a1f079207b74193aa617ea Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Use QOS macros from lc3.h to define presets This makes use of QOS macros for for lc3.h to define preset configuration and remove existing macros since they were just duplicates. Commit: fffa21d084ecc3dfe789a965039980f2cf582a44 https://github.com/bluez/bluez/commit/fffa21d084ecc3dfe789a965039980f2cf582a44 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Add proper default for broadcast setup This adds proper default for broadcast setup so it doesn't fail to create the socket due to users not setting them. Commit: 3ad367874630bb62719ea02184a473cb1efeca34 https://github.com/bluez/bluez/commit/3ad367874630bb62719ea02184a473cb1efeca34 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Cleanup broadcast QoS There is no need to setup broadcast QoS related to PA/BIG as bluetootd already sets default settings. Compare: https://github.com/bluez/bluez/compare/f5fecf037b1e...3ad367874630 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications