Branch: refs/heads/990883 Home: https://github.com/bluez/bluez Commit: 2eb941606af4ac173527cfe760ce37a0bb401427 https://github.com/bluez/bluez/commit/2eb941606af4ac173527cfe760ce37a0bb401427 Author: Ye He <ye.he@xxxxxxxxxxx> Date: 2025-08-13 (Wed, 13 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: Add SyncBroadcast method in device1 interface As a BIS sink role, BlueZ currently defaults to synchronizing with the first broadcast source device discovered by the le discovery procedure. This behavior may not align with user expectations, as it removes control over the target device selection. This patch introduces a new SyncBroadcast method to the device1 interface, allowing users to explicitly choose which broadcast source device to synchronize with. 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