Branch: refs/heads/991899 Home: https://github.com/bluez/bluez Commit: 5773feeefb4f772ddc5f5d0a22411cceb7dcf93b https://github.com/bluez/bluez/commit/5773feeefb4f772ddc5f5d0a22411cceb7dcf93b Author: Ye He <ye.he@xxxxxxxxxxx> Date: 2025-08-15 (Fri, 15 Aug 2025) Changed paths: M doc/org.bluez.Device.rst M plugins/neard.c M src/adapter.c M src/device.c M src/device.h Log Message: ----------- device: allow selecting target broadcast device for synchronization When multiple broadcast devices are present, bluez currently defaults to synchronizing with the first one encountered during the LE discovery procedure. This behavior may not align with user expectations. This patch introduces a new SyncBroadcast method in device1, allowing applications to select the desired target from cached broadcast devices according to their own criteria — for example, choosing the device with the strongest RSSI or one matching a specific set of UUIDs. Signed-off-by: Ye He <ye.he@xxxxxxxxxxx> To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications