Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 769268f4b1f4ae10abdd812f9de774c323e49eac https://github.com/bluez/bluez/commit/769268f4b1f4ae10abdd812f9de774c323e49eac Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M btio/btio.c M profiles/audio/bap.c Log Message: ----------- btio: Bind listener to bcaster addr based on dst opt This updates the btio module to decide whether to bind a listening socket to a broadcaster address or not, by looking at the dst address. Commit: b94e33f90aa019dd865879d801445f99ca1dca07 https://github.com/bluez/bluez/commit/b94e33f90aa019dd865879d801445f99ca1dca07 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M emulator/hciemu.c M emulator/hciemu.h Log Message: ----------- hciemu: Add support for setting emulator bdaddr This adds support for the user to explicitly set a desired bdaddr to a client emulator. Commit: a56bc5ec376a0ae3b451b22644fd11aecdeb2799 https://github.com/bluez/bluez/commit/a56bc5ec376a0ae3b451b22644fd11aecdeb2799 Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M src/shared/bass.c M src/shared/bass.h Log Message: ----------- shared/bass: Add miscellaneous fixes This introduces miscellaneous BASS updates and fixes discovered during PTS testing. Commit: 495a582675cf0a4b2fee293cc215504ef24a1c43 https://github.com/bluez/bluez/commit/495a582675cf0a4b2fee293cc215504ef24a1c43 Author: Pauli Virtanen <pav@xxxxxx> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M src/adapter.c M src/battery.c Log Message: ----------- battery: mark all battery DBus APIs non-experimental Remove experimental marker from BatteryProvider1 and Battery1.Source. It's common that headsets send battery information via HFP, and often this is also the only way to get it. Pipewire/pulseaudio manage HFP, parse the battery commands, and use the BatteryProvider API if present to forward it. No problems with the API appeared here, and it's been experimental for a few years, so it's useful to enable it by default now. Commit: 85460c32d1334f5edad021d214eb997e6f462b30 https://github.com/bluez/bluez/commit/85460c32d1334f5edad021d214eb997e6f462b30 Author: Pauli Virtanen <pav@xxxxxx> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M doc/battery-api.txt Log Message: ----------- doc: mark battery APIs non-experimental Remove experimental status also from documentation. Commit: b88e6602e8f59ab611eaa83f0f5a0e4f1047a950 https://github.com/bluez/bluez/commit/b88e6602e8f59ab611eaa83f0f5a0e4f1047a950 Author: maheshtalewad <mahesh.talewad@xxxxxxx> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M Makefile.am Log Message: ----------- unit/test-micp.c: MICP-MICS unit test case implementation -Added MICS and MICP Unit test cases in a single file[test-micp.c]. -Fixed the issue that occurred while running all the Unit test cases at a time. -Tested all Unit test cases and working fine. Commit: 0a749634f5972e741137844d0e2174d8ba1444c5 https://github.com/bluez/bluez/commit/0a749634f5972e741137844d0e2174d8ba1444c5 Author: Mahesh Talewad <mahesh.talewad@xxxxxxx> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M src/shared/micp.c Log Message: ----------- shared/micp: Fix memory leaks Compare: https://github.com/bluez/bluez/compare/90af8029ba8e...0a749634f597