Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 98818da25b2329dd0ff82009c167724df19db880 https://github.com/bluez/bluez/commit/98818da25b2329dd0ff82009c167724df19db880 Author: Andrei Istodorescu <andrei.istodorescu@xxxxxxx> Date: 2024-05-16 (Thu, 16 May 2024) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: Update stream management to avoid PACs Remove PAC logic for BAP Broadcast Sink stream creation. Commit: db8c96059c02fefd232d49dcbeb16d6b22481100 https://github.com/bluez/bluez/commit/db8c96059c02fefd232d49dcbeb16d6b22481100 Author: Andrei Istodorescu <andrei.istodorescu@xxxxxxx> Date: 2024-05-16 (Thu, 16 May 2024) Changed paths: M src/shared/bap.c M src/shared/bap.h Log Message: ----------- shared/bap: Add function to check the validity of a BIS Add utilitary function to check if the information from a BIS is matching the capabilities in bt_bap. This utilitary is used when parsing the BASE data so that we can decide if we create a new setup/stream/transport for it, or advance to the next BIS. Commit: 32d147959b8e7de3fd3d4dc7d208b25f0f2d652e https://github.com/bluez/bluez/commit/32d147959b8e7de3fd3d4dc7d208b25f0f2d652e Author: Andrei Istodorescu <andrei.istodorescu@xxxxxxx> Date: 2024-05-16 (Thu, 16 May 2024) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Update BIS management Use the BIS index received in the BASE to synchronize to the BIG. Allow bt_bap_endpoint to be NULL. Remove the Broadcast Sink code from set_configuration. Update BASE parsing so that it creates streams and transports, without a remote PAC and endpoint. Update bap_find_setup_by_stream to find the setup in case the stream does not contain an endpoint. Commit: 7aecf3bbcdb2257661116758154d827e5d15eb24 https://github.com/bluez/bluez/commit/7aecf3bbcdb2257661116758154d827e5d15eb24 Author: Andrei Istodorescu <andrei.istodorescu@xxxxxxx> Date: 2024-05-16 (Thu, 16 May 2024) Changed paths: M src/shared/bap.c M src/shared/bap.h Log Message: ----------- shared/bap: Remove not needed function Commit: 7b1e0e503cb8a4e555496a542c06c318e112bd48 https://github.com/bluez/bluez/commit/7b1e0e503cb8a4e555496a542c06c318e112bd48 Author: Andrei Istodorescu <andrei.istodorescu@xxxxxxx> Date: 2024-05-16 (Thu, 16 May 2024) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: Return the local PAC when matching a BIS Commit: 745f324de5898bb63878356bd6639ae6b7e2c3fe https://github.com/bluez/bluez/commit/745f324de5898bb63878356bd6639ae6b7e2c3fe Author: Andrei Istodorescu <andrei.istodorescu@xxxxxxx> Date: 2024-05-16 (Thu, 16 May 2024) Changed paths: M src/shared/bap.c Log Message: ----------- shared/bap: Add stream ops for get_location, get_dir and get_state Compare: https://github.com/bluez/bluez/compare/d9de306a28fe...745f324de589 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications