Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: f406028b5d2e38e5510ffa8a28e875b72995a2b9 https://github.com/bluez/bluez/commit/f406028b5d2e38e5510ffa8a28e875b72995a2b9 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-15 (Tue, 15 Jul 2025) Changed paths: M src/device.c M src/device.h Log Message: ----------- device: Add btd_device_bdaddr_type_connected This adds btd_device_bdaddr_type_connected which can return the connected state based on the address type. Commit: 8c8b5ed25a88e33dc8a24ea73f95711cfbbfee0d https://github.com/bluez/bluez/commit/8c8b5ed25a88e33dc8a24ea73f95711cfbbfee0d Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-15 (Tue, 15 Jul 2025) Changed paths: M Makefile.am A doc/org.bluez.Bearer.BREDR.rst A doc/org.bluez.Bearer.LE.rst Log Message: ----------- doc: Add org.bluez.Bearer.LE and org.bluez.Bearer.BREDR This adds bearer specific interfaces so they can properly be operated separately. Fixes: https://github.com/bluez/bluez/issues/1350 Commit: fdfaeddc9c71245228022de01b7e45cafaf8b8c1 https://github.com/bluez/bluez/commit/fdfaeddc9c71245228022de01b7e45cafaf8b8c1 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-15 (Tue, 15 Jul 2025) Changed paths: M Makefile.am A src/bearer.c A src/bearer.h M src/device.c Log Message: ----------- bearer: Add initial implementation of org.bluez.Bearer.{BREDR, LE} This adds initial implementation of org.bluez.Bearer{BREDR, LE}(5) interfaces. Commit: f4f8fe3e4813170ab02762bd0951d6d9404dd0e5 https://github.com/bluez/bluez/commit/f4f8fe3e4813170ab02762bd0951d6d9404dd0e5 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-15 (Tue, 15 Jul 2025) Changed paths: M client/main.c Log Message: ----------- client: Add support for org.bluez.Bearer.{BREDR, LE}1 This adds support for printing properties related to org.bluez.Bearer.{BREDR, LE}1: > info XX:XX:XX:XX:XX:XX ... BREDR.Paired: yes BREDR.Bonded: yes BREDR.Connected: no LE.Paired: yes LE.Bonded: yes LE.Connected: no ... [CHG] BREDR XX:XX:XX:XX:XX:XX Connected: yes Commit: 4c431e5dae3e7cee4ce3d0720fefc530a2524e0b https://github.com/bluez/bluez/commit/4c431e5dae3e7cee4ce3d0720fefc530a2524e0b Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-07-15 (Tue, 15 Jul 2025) Changed paths: M client/main.c Log Message: ----------- client: Rework handling of Disconnected signal Print with color the signal to indicate there is a change, also rework the order of the parameters and use bearer specific suffix if the signal comes from org.bluez.Bearer.*. Compare: https://github.com/bluez/bluez/compare/6c3cc38da9dd...4c431e5dae3e To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications