Branch: refs/heads/965460 Home: https://github.com/bluez/bluez Commit: a0f39364aaa37721b4537f7461e08e8cde4468b5 https://github.com/bluez/bluez/commit/a0f39364aaa37721b4537f7461e08e8cde4468b5 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-05-22 (Thu, 22 May 2025) Changed paths: M src/adapter.c M src/device.c M src/device.h Log Message: ----------- src/device: Add Disconnected signal to propagate disconnection reason Currently a client application is informed of the disconnection by the update of the Connected property to false. This sends a Disconnected signal with the disconnection reason before the property is updated. This helps client application to know the reason for the disconnection and to take appropriate action. Commit: bde7b9cafe63b409f051a70b9a4f1c30ba63e8ad https://github.com/bluez/bluez/commit/bde7b9cafe63b409f051a70b9a4f1c30ba63e8ad Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-05-22 (Thu, 22 May 2025) Changed paths: M doc/org.bluez.Device.rst Log Message: ----------- doc/device: Add Disconnected signal Commit: 087a3a5bb028d1b02d4bff175f5ba6723e27a36a https://github.com/bluez/bluez/commit/087a3a5bb028d1b02d4bff175f5ba6723e27a36a Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-05-22 (Thu, 22 May 2025) Changed paths: M client/main.c Log Message: ----------- client: Display disconnection reason The new org.bluez.Device1.Disconnected signal propagates the disconnection reason. Compare: https://github.com/bluez/bluez/compare/a0f39364aaa3%5E...087a3a5bb028 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications