Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 5ad6ec151c61d3a573362cd33414ba4d6ffa9695 https://github.com/bluez/bluez/commit/5ad6ec151c61d3a573362cd33414ba4d6ffa9695 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M profiles/audio/bass.c Log Message: ----------- bass: Fix not using SID from BT_BASS_ADD_SRC BT_BASS_ADD_SRC command does actually have the SID of the broadcast source which must be set otherwise the kernel would assume it to be 0x00 which may not always be the case. Fixes: https://github.com/bluez/bluez/issues/1282 Commit: a805bae3dbc2ad62292780f3f11c32d77e5210e7 https://github.com/bluez/bluez/commit/a805bae3dbc2ad62292780f3f11c32d77e5210e7 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M profiles/audio/bass.c Log Message: ----------- bass: Fix not setting SID for assistant objects The assistant objects shall contain the SID so it can properly be sent with MediaAssistant.Push/BT_BASS_ADD_SRC. Commit: aed4948cd3c072fb2f8dada49c41f59882ad3a06 https://github.com/bluez/bluez/commit/aed4948cd3c072fb2f8dada49c41f59882ad3a06 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M doc/org.bluez.MediaAssistant.rst M profiles/audio/bass.c Log Message: ----------- MediaAssistant: Refactor object path This includes the SID as part of the object path, also rework the order of order of the terms to first show the device object path and later the broadcast source address so device_get_path can be used instead of doing another conversion. Compare: https://github.com/bluez/bluez/compare/760c6c2ec14a...aed4948cd3c0 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications