Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 35c706f3986d3813e9ce55bc214858be6ac419e3 https://github.com/bluez/bluez/commit/35c706f3986d3813e9ce55bc214858be6ac419e3 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-08-23 (Wed, 23 Aug 2023) Changed paths: M client/agent.c M client/main.c Log Message: ----------- client: Add agent auto argument support This adds "auto" capability which behaves like "on" but instead of asking user to confirm/autorize it automatically accepts, which is not secure to be used thus a warning is printed when user selects it. Usage: [bluetoothctl]# agent auto Warning: setting auto response is not secure, it bypass user confirmation/authorization, it shall only be used for test automation. or client/bluetoothctl -a auto Commit: d49ea14f70dac31365e2bbf84d065a7ed7222cad https://github.com/bluez/bluez/commit/d49ea14f70dac31365e2bbf84d065a7ed7222cad Author: Claudia Draghicescu <claudia.rosu@xxxxxxx> Date: 2023-08-23 (Wed, 23 Aug 2023) Changed paths: M src/shared/bap.c M src/shared/bap.h Log Message: ----------- shared/bap: Add support for BAP broadcast sink This adds support for BAP broadcast sink, creates a remote endpoint when a broadcast source is discovered and synchronizes with the source upon endpoint configuration. This feature was tested using bluetoothctl with the following commands: [bluetooth]# endpoint.register 00001851-0000-1000-8000-00805f9b34fb 0x06 [bluetooth]# scan on [NEW] Endpoint /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX/pac_bcast0 [bluetooth]# endpoint.config /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX/pac_bcast0 /local/endpoint/ep0 16_2_1 Commit: c7850975b0d01e2ed646bee759bbf0499de6c70c https://github.com/bluez/bluez/commit/c7850975b0d01e2ed646bee759bbf0499de6c70c Author: Claudia Draghicescu <claudia.rosu@xxxxxxx> Date: 2023-08-23 (Wed, 23 Aug 2023) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Add support for BAP broadcast sink This adds support for BAP broadcast sink, creates a remote endpoint when a broadcast source is discovered and synchronizes with the source upon endpoint configuration. This feature was tested using bluetoothctl with the following commands: [bluetooth]# endpoint.register 00001851-0000-1000-8000-00805f9b34fb 0x06 [bluetooth]# scan on [NEW] Endpoint /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX/pac_bcast0 [bluetooth]# endpoint.config /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX/pac_bcast0 /local/endpoint/ep0 16_2_1 Commit: 9966e0f8f6d8a04373ed832e8d2b40f491949539 https://github.com/bluez/bluez/commit/9966e0f8f6d8a04373ed832e8d2b40f491949539 Author: Claudia Draghicescu <claudia.rosu@xxxxxxx> Date: 2023-08-23 (Wed, 23 Aug 2023) Changed paths: M profiles/audio/media.c M profiles/audio/media.h Log Message: ----------- media: Add broadcast sink media endpoint This patch adds the possibility to register a broadcast media endpoint if the controller has support for ISO Sync Receiver. Commit: 34d546038ab17a0a7caa6aa9e181c6f8b0ebcc7a https://github.com/bluez/bluez/commit/34d546038ab17a0a7caa6aa9e181c6f8b0ebcc7a Author: Claudia Draghicescu <claudia.rosu@xxxxxxx> Date: 2023-08-23 (Wed, 23 Aug 2023) Changed paths: M profiles/audio/transport.c Log Message: ----------- transport: Update transport properties for a broadcast stream This patch gets the QOS broadcast stream parameters and passes them to upper layers. Commit: 0a824ce8f6f695963aaeb525b1b55dca72d9cd82 https://github.com/bluez/bluez/commit/0a824ce8f6f695963aaeb525b1b55dca72d9cd82 Author: Claudia Draghicescu <claudia.rosu@xxxxxxx> Date: 2023-08-23 (Wed, 23 Aug 2023) Changed paths: M client/player.c Log Message: ----------- client/player: Remove Broadcast parameter Remove unused gdbus parameter. Fix length for Codec Specific Configuration. Commit: 8d0d62659c06cb421b39b7928b4d56f052a874e5 https://github.com/bluez/bluez/commit/8d0d62659c06cb421b39b7928b4d56f052a874e5 Author: Claudia Draghicescu <claudia.rosu@xxxxxxx> Date: 2023-08-23 (Wed, 23 Aug 2023) Changed paths: M src/adapter.c Log Message: ----------- adapter: Fix UUID name advertised for bcast source Fix UUID name typo. Commit: 8b2f002edeb3c06dfc64dc2a913d112bb4124579 https://github.com/bluez/bluez/commit/8b2f002edeb3c06dfc64dc2a913d112bb4124579 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2023-08-23 (Wed, 23 Aug 2023) Changed paths: M tools/isotest.c Log Message: ----------- isotest: Add defer setup support for Broadcast Receiver This adds defer setup support for the Broadcast Receiver scenario. In order to create a Broadcast Receiver with the defer setup option, the -W command line parameter should be used, as described in isotest.rst. Compare: https://github.com/bluez/bluez/compare/c01cf4552c12...8b2f002edeb3