Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 20ea34e729b230ee4f3c8671bbc8255b65825d6b https://github.com/bluez/bluez/commit/20ea34e729b230ee4f3c8671bbc8255b65825d6b Author: Ludovico de Nittis <ludovico.denittis@xxxxxxxxxxxxx> Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M doc/org.bluez.Device.rst M src/device.c M src/device.h Log Message: ----------- src: Add new CablePairing property This adds initial support for a new CablePairing property. The property can be used for devices that are paired using a cable and don't support the expected bonding (with pairing/encryption), for example like the Sixaxis gamepads. Commit: 373146be299fb07de38b841ed1320c0b78d33c12 https://github.com/bluez/bluez/commit/373146be299fb07de38b841ed1320c0b78d33c12 Author: Ludovico de Nittis <ludovico.denittis@xxxxxxxxxxxxx> Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M client/main.c Log Message: ----------- client: Print CablePairing property When using the `info` command, include the new CablePairing value. Commit: 56516d6cc8d967b1480fc31a1ac74fe61e04f270 https://github.com/bluez/bluez/commit/56516d6cc8d967b1480fc31a1ac74fe61e04f270 Author: Ludovico de Nittis <ludovico.denittis@xxxxxxxxxxxxx> Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M plugins/sixaxis.c Log Message: ----------- sixaxis: Set CablePairing when pairing a Sixaxis with USB Sixaxis gamepads don't support encryption. When doing the USB cable pairing, set the CablePairing property to keep the connection to the device unencrypted. Commit: c5dffe0ce2fea65134d90b30bb27093134c12213 https://github.com/bluez/bluez/commit/c5dffe0ce2fea65134d90b30bb27093134c12213 Author: Ludovico de Nittis <ludovico.denittis@xxxxxxxxxxxxx> Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M src/adapter.c M src/adapter.h Log Message: ----------- adapter: Add btd_adapter_has_cable_pairing_devices() Add a function that can be used to know if any of the known devices have the `CablePaired` property set. Commit: ba101f47dfbad6d4f6fd439570ac4a1093df2ceb https://github.com/bluez/bluez/commit/ba101f47dfbad6d4f6fd439570ac4a1093df2ceb Author: Ludovico de Nittis <ludovico.denittis@xxxxxxxxxxxxx> Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M profiles/input/device.c M profiles/input/manager.c M profiles/input/server.c M profiles/input/server.h Log Message: ----------- input: Automatically use sec level low when using a cable paired device BT_IO_SEC_LOW is the only way to allow devices that use cable pairing to establish a connection. This adds the ability to start the listening input server with BT_IO_SEC_LOW to avoid breaking support for these devices, and then, in `hidp_add_connection()`, we check if either `classic_bonded_only` was disabled or if this device has `CablePairing`. If neither are true, we bump the security back to BT_IO_SEC_MEDIUM, i.e. enforcing encryption. This allows supporting these devices without having to change the classic bonded only option. Commit: 08e3277331613bb21c9c5307a98b51bcdd10f56d https://github.com/bluez/bluez/commit/08e3277331613bb21c9c5307a98b51bcdd10f56d Author: Ludovico de Nittis <ludovico.denittis@xxxxxxxxxxxxx> Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M plugins/sixaxis.c Log Message: ----------- sixaxis: Set security level when adding a sixaxis device When doing the cable pairing for a sixaxis, we may need to change the listening input server security level. This is because sixaxis gamepads can only work with the level BT_IO_SEC_LOW. Commit: b74d30fb9f72eafb8d98f9faa4327ce1a66ff4b0 https://github.com/bluez/bluez/commit/b74d30fb9f72eafb8d98f9faa4327ce1a66ff4b0 Author: Yang Li <yang.li@xxxxxxxxxxx> Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M profiles/audio/bass.c Log Message: ----------- bass: remove the device of BIS source when modify operation. When the Client sends a modify operation and PA Sync is "Do not synchronize to PA", the BIS source information needs to be cleared. Fixes: https://github.com/bluez/bluez/issues/1145 Compare: https://github.com/bluez/bluez/compare/c8bce6574327...b74d30fb9f72 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications