Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: c7fd9310b925e2399be4e0e5fa23be5295b02d7e https://github.com/bluez/bluez/commit/c7fd9310b925e2399be4e0e5fa23be5295b02d7e Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M monitor/packet.c Log Message: ----------- monitor: Fix runtime error This fixes the following runtime error: monitor/packet.c:10476:2: runtime error: division by zero Floating point exception Commit: d06b912df5abbf1cc046389c36726edd28b373d3 https://github.com/bluez/bluez/commit/d06b912df5abbf1cc046389c36726edd28b373d3 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-09-01 (Fri, 01 Sep 2023) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Fix not always calling bap_io_close on disconnect bap_io_disconnected was getting registered for all links while connecting which prevented bap_io_close to be called when ISO socket is disconnected thus the cig_active flag will remain set preventing the IO to be recreated. Compare: https://github.com/bluez/bluez/compare/530afa43ec29...d06b912df5ab