Message ID | 20250325172846.139431-1-ludovico.denittis@collabora.com |
---|---|
Headers | show |
Series | Fix wake_allowed reported error and not being set after pairing | expand |
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 25 Mar 2025 18:28:43 +0100 you wrote: > When a new HID or HOG device is in range, Bluez reports the following error: > ``` > src/device.c:set_wake_allowed_complete() Set device flags return status: > Invalid Parameters > ``` > > Also, a side effect of that issue, when pairing a HID or HOG device, the > wake_allowed property doesn't get enabled by default, as expected. > It requires a Bluez restart in order to get that property correctly set. > > [...] Here is the summary with links: - [BlueZ,1/3] adapter: Preserve pending flags when setting the Device Privacy Mode (no matching commit) - [BlueZ,2/3] device: Preserve pending flags when setting the wake allowed https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=41cfe55ea759 - [BlueZ,3/3] device: Try to set the wake_allowed property only for bonded devices (no matching commit) You are awesome, thank you!