Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 3b7f4b4d3c83bc1c302a56f0eaa7c2b842e014d7 https://github.com/bluez/bluez/commit/3b7f4b4d3c83bc1c302a56f0eaa7c2b842e014d7 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-08-14 (Wed, 14 Aug 2024) Changed paths: M unit/test-uhid.c Log Message: ----------- test-uhid: Add support for device specific testing This enables device specific testing and switch to run bt_uhid_new_default when running as root so the actual kernel driver is used: input: MX Anywhere 3 as /devices/virtual/misc/uhid/0005:046D:B025.0031/input/input86 logitech-hidpp-device 0005:046D:B025.0031: input,hidraw10: BLUETOOTH HID v0.14 Mouse [MX Anywhere 3] on 00:00:00:00:00:00 Commit: c315b42e053892e623dc8a755a278d369d910291 https://github.com/bluez/bluez/commit/c315b42e053892e623dc8a755a278d369d910291 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-08-14 (Wed, 14 Aug 2024) Changed paths: M doc/org.bluez.Device.rst M src/device.c Log Message: ----------- device: Promote Device.{AdvertisingData, AdvertisingFlags} to stable This promotes AdvertisingData and AdvertisingFlags to stable so they can be used by upper layers without having to enable experimental. Commit: 9391332938293b37cd29013dde65fdeeec614b5d https://github.com/bluez/bluez/commit/9391332938293b37cd29013dde65fdeeec614b5d Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-08-14 (Wed, 14 Aug 2024) Changed paths: M src/adapter.c Log Message: ----------- adapter: Create devices if they are connectable Rather than just depend on discoverable also check if the device is considered connectable since upper layers shall now be able to use AdvertisingFlags to detect when a device shall be considered visible or not and bluetoothctl has been using it since commit 815f779aa8e4 ("client: Use AdvertisingFlags when available"). Compare: https://github.com/bluez/bluez/compare/537e399aa096...939133293829 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications