Branch: refs/heads/985699 Home: https://github.com/bluez/bluez Commit: 33b97357d8bfbdbd982ad3cc90e71f01dbcac19d https://github.com/bluez/bluez/commit/33b97357d8bfbdbd982ad3cc90e71f01dbcac19d Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-24 (Thu, 24 Jul 2025) Changed paths: M emulator/btdev.c Log Message: ----------- btdev: Add le_big on BT_HCI_CMD_LE_CREATE_BIG When handling BT_HCI_CMD_LE_CREATE_BIG create a struct le_big to represent it otherwise the likes of BT_HCI_CMD_LE_TERM_BIG will not be able to detect a BIG was created. Commit: b938a26daea5ae7bc03de66d25a2ad9779b14505 https://github.com/bluez/bluez/commit/b938a26daea5ae7bc03de66d25a2ad9779b14505 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-24 (Thu, 24 Jul 2025) Changed paths: M emulator/btdev.c Log Message: ----------- btdev: Fix handling of BT_HCI_CMD_LE_TERM_BIG BT_HCI_CMD_LE_TERM_BIG shall cleanup the BIS connections and if there are remote connected then they shall be notified with BT_HCI_EVT_LE_BIG_SYNC_LOST so they can proceed to cleanup as well. Commit: 03b7663083baf65588577e7cfa8e11807e1824c4 https://github.com/bluez/bluez/commit/03b7663083baf65588577e7cfa8e11807e1824c4 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-24 (Thu, 24 Jul 2025) Changed paths: M btio/btio.c Log Message: ----------- btio: Fix handling of getpeername getpeername can either return an error set in the errno or the returned size can be invalid but in that case errno is not set so printing it would generate bogus message. Compare: https://github.com/bluez/bluez/compare/33b97357d8bf%5E...03b7663083ba To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications