Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: ffc5819ce4122d53f5a2e7c2a02b1ac03166fe2d https://github.com/bluez/bluez/commit/ffc5819ce4122d53f5a2e7c2a02b1ac03166fe2d Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/shared/util.c M src/shared/util.h Log Message: ----------- shared/util: Add util_debug_{tlv, bit} helpers This adds util_debug_tlv and util_debug_bit which can help to print debug information in their respective formats. Commit: e1ec086614224cb50918922dd88f71ae3652a8e5 https://github.com/bluez/bluez/commit/e1ec086614224cb50918922dd88f71ae3652a8e5 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M monitor/att.c M monitor/packet.c M monitor/packet.h Log Message: ----------- monitor: Make use of util_debug_tlv to decode TLV entries This uses util_debug_tlv to decode TLV entries. Commit: 6d4491649e067c3338bc539226e146d14271cd69 https://github.com/bluez/bluez/commit/6d4491649e067c3338bc539226e146d14271cd69 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-10-20 (Fri, 20 Oct 2023) Changed paths: M Makefile.am M profiles/audio/media.c A src/shared/bap-debug.c A src/shared/bap-debug.h M src/shared/bap.c M src/shared/bap.h Log Message: ----------- shared/bap: Add debug helpers This adds bap-debug.{c.h} that implements function helpers that can be used to print BAP/ASCS/PACS TLV entries. Commit: 8a335099bc1b211a672e4ea5c2bbb470e21021a0 https://github.com/bluez/bluez/commit/8a335099bc1b211a672e4ea5c2bbb470e21021a0 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-10-20 (Fri, 20 Oct 2023) Changed paths: M client/player.c Log Message: ----------- client: Make use of bap-debug functions This make use of bap-debug functions to decode Capabilities, Configuration and Metadata. Commit: a1fb50fd5aa0a605c810543c8479016febf1cacc https://github.com/bluez/bluez/commit/a1fb50fd5aa0a605c810543c8479016febf1cacc Author: Kiran K <kiran.k@xxxxxxxxx> Date: 2023-10-20 (Fri, 20 Oct 2023) Changed paths: M profiles/audio/media.c Log Message: ----------- media: Populate location to qos structure Allow clients to register Location for endpoint. Commit: 5f8323f2aaa3c8c3d36bdf541f014ac9065a9398 https://github.com/bluez/bluez/commit/5f8323f2aaa3c8c3d36bdf541f014ac9065a9398 Author: Kiran K <kiran.k@xxxxxxxxx> Date: 2023-10-20 (Fri, 20 Oct 2023) Changed paths: M src/shared/bap.c Log Message: ----------- bap: Fix update of sink location value pac->sink_loc needs to be updated only if there is a change. Commit: 932e6420606930d412e1e9a0fec1f82afffbba46 https://github.com/bluez/bluez/commit/932e6420606930d412e1e9a0fec1f82afffbba46 Author: Kiran K <kiran.k@xxxxxxxxx> Date: 2023-10-20 (Fri, 20 Oct 2023) Changed paths: M src/shared/bap.c Log Message: ----------- bap: Do not set default location for sink and source let the clients register the required location for source and sink endpoints. Commit: a564d6a0d533217480296558fa7d7b0f933dd1bc https://github.com/bluez/bluez/commit/a564d6a0d533217480296558fa7d7b0f933dd1bc Author: Kiran K <kiran.k@xxxxxxxxx> Date: 2023-10-20 (Fri, 20 Oct 2023) Changed paths: M src/shared/bap.c Log Message: ----------- bap: Fix reading source codec capabilities Sink ASE capabilities were read instead of source. Commit: f02e0c8664a6cfefbb39121a9c42363af2b6bf9a https://github.com/bluez/bluez/commit/f02e0c8664a6cfefbb39121a9c42363af2b6bf9a Author: Kiran K <kiran.k@xxxxxxxxx> Date: 2023-10-20 (Fri, 20 Oct 2023) Changed paths: M profiles/audio/media.c Log Message: ----------- media: Parse Context and SupportedContext Allow clients to register available Context and SupportedContext for BAP endpoints. Compare: https://github.com/bluez/bluez/compare/0c757e8eeef6...f02e0c8664a6