Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: a08ec1a4e93b7805cdda33600d83d946969acb47 https://github.com/bluez/bluez/commit/a08ec1a4e93b7805cdda33600d83d946969acb47 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-04-19 (Fri, 19 Apr 2024) Changed paths: M src/gatt-database.c Log Message: ----------- gatt-database: Fix sending notification to all devices If notifications where setup with GATT application that implements AcquireNotify the code will attempt to setup a dedicate fd/io for each device so when receiving a notification over the fd/io it is only meant to be send to the device only. Fixes: https://github.com/bluez/bluez/issues/820 Commit: 92c1c1c366119c344e60f5025503c8ee97927c65 https://github.com/bluez/bluez/commit/92c1c1c366119c344e60f5025503c8ee97927c65 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-04-19 (Fri, 19 Apr 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Fix calculation of number of packet The calculation shall attempt to round to number of packets to the closest integer otherwise it can result in 0 packets to be sent at each latency. Commit: 04153538aaf4904403ac1d0cade674d9ca0a7f4d https://github.com/bluez/bluez/commit/04153538aaf4904403ac1d0cade674d9ca0a7f4d Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-04-19 (Fri, 19 Apr 2024) Changed paths: M client/player.c Log Message: ----------- client/player: Fix using unicast QoS for broadcast The code needs to identify first if the parameters refers to a broadcast stream or unicast. Compare: https://github.com/bluez/bluez/compare/4dea3fb932f8...04153538aaf4 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications