Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: eeb349bbab8662d78fa49ce439af632dd313ff50 https://github.com/bluez/bluez/commit/eeb349bbab8662d78fa49ce439af632dd313ff50 Author: Silviu Florian Barbulescu <silviu.barbulescu@xxxxxxx> Date: 2023-06-07 (Wed, 07 Jun 2023) Changed paths: M profiles/audio/bap.c M profiles/audio/media.c M profiles/audio/transport.c M src/shared/bap.c M src/shared/bap.h M unit/test-bap.c Log Message: ----------- shared/bap: Split unicast and broadcast structures This splits bt_bap_qos structure into unicast and broadcast structures. Commit: eb821743f9bfd142a3b5c8b9c5a6e9b308709fce https://github.com/bluez/bluez/commit/eb821743f9bfd142a3b5c8b9c5a6e9b308709fce Author: Silviu Florian Barbulescu <silviu.barbulescu@xxxxxxx> Date: 2023-06-07 (Wed, 07 Jun 2023) Changed paths: M client/player.c Log Message: ----------- client/player: Add support for broadcast source This adds bluetoothctl support for broadcast source. To test the current implementation use bluetoothctl with the commands: endpoint.register 00001852-0000-1000-8000-00805f9b34fb 0x06 endpoint.config <created endpoint> <local endpoint> 16_2_1 transport.acquire <created transport> transport.send <created transport> <file.wav> Commit: d15d9669ce4483023e75f272faab21ba8c9991d1 https://github.com/bluez/bluez/commit/d15d9669ce4483023e75f272faab21ba8c9991d1 Author: Silviu Florian Barbulescu <silviu.barbulescu@xxxxxxx> Date: 2023-06-07 (Wed, 07 Jun 2023) Changed paths: M src/shared/bap.c M src/shared/bap.h Log Message: ----------- shared/bap: Add initial code for BAP broadcast source This adds initial support for BAP broadcast source. Commit: 3030883005c02c77766e1a27a8d5c4d579daa9b5 https://github.com/bluez/bluez/commit/3030883005c02c77766e1a27a8d5c4d579daa9b5 Author: Silviu Florian Barbulescu <silviu.barbulescu@xxxxxxx> Date: 2023-06-07 (Wed, 07 Jun 2023) Changed paths: M profiles/audio/bap.c M profiles/audio/media.c M profiles/audio/media.h M profiles/audio/transport.c Log Message: ----------- bap: Add broadcast source support This updates BAP plugin with broadcast source support. Compare: https://github.com/bluez/bluez/compare/08d62744ce17...3030883005c0