Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 3f018d52d4ac07bd54e5e6dfd6c3b55c70ff1db2 https://github.com/bluez/bluez/commit/3f018d52d4ac07bd54e5e6dfd6c3b55c70ff1db2 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-06-23 (Fri, 23 Jun 2023) Changed paths: M emulator/btdev.c Log Message: ----------- btdev: Fix CIS Established Event parameters ISO Interval and Transport Latency were inverted. Commit: 1d6456a2537d810d56ee808e6cbd0fa2da07fe0c https://github.com/bluez/bluez/commit/1d6456a2537d810d56ee808e6cbd0fa2da07fe0c Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-06-23 (Fri, 23 Jun 2023) Changed paths: M tools/iso-tester.c Log Message: ----------- iso-tester: Fix checks of latency and interval Due to rounding of latency, BAP uses msec while HCI uses slots of 1.25 ms, values may not return an exact match which is fine since the BAP QoS suggests they are the maximum latency/interval so values bellow that shall be considered a match. Commit: b00bc612fab842def22d042bad8919213bcb9b1a https://github.com/bluez/bluez/commit/b00bc612fab842def22d042bad8919213bcb9b1a Author: Iulia Tanasescu <iulia.tanasescu@xxxxxxx> Date: 2023-06-26 (Mon, 26 Jun 2023) Changed paths: M tools/isotest.c Log Message: ----------- isotest: Add check after accepting connection This checks for the POLLERR event on a newly accepted connection, to determine if the connection was successful or not. Compare: https://github.com/bluez/bluez/compare/97a07d8485a3...b00bc612fab8