Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 593f8b06fff2d5e0edf5243ca639f1109c3a4cf4 https://github.com/bluez/bluez/commit/593f8b06fff2d5e0edf5243ca639f1109c3a4cf4 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M lib/mgmt.h Log Message: ----------- lib/mgmt: Add MGMT_DEV_DISCONN_AUTH_FAILURE define Commit: 8b08f903948c878a4327c15718d7b3d17e18d722 https://github.com/bluez/bluez/commit/8b08f903948c878a4327c15718d7b3d17e18d722 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M doc/org.bluez.Device.rst Log Message: ----------- org.bluez.Device: Add Disconnected signal This adds Disconnected signal which can be used by clients to discover the reason of a disconnection. Commit: 53db78000e3e8d9a961363ee2a1aac65e16a7446 https://github.com/bluez/bluez/commit/53db78000e3e8d9a961363ee2a1aac65e16a7446 Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-05-23 (Fri, 23 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: 1fe5a858bd974684f4a9ff59f9e4669c67490fed https://github.com/bluez/bluez/commit/1fe5a858bd974684f4a9ff59f9e4669c67490fed Author: Frédéric Danis <frederic.danis@xxxxxxxxxxxxx> Date: 2025-05-23 (Fri, 23 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/0402c0674644...1fe5a858bd97 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications