All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/3] Fix wake_allowed reported error and not being set after pairing
@ 2025-03-25 17:28 Ludovico de Nittis
  2025-03-25 17:28 ` [PATCH BlueZ 1/3] adapter: Preserve pending flags when setting the Device Privacy Mode Ludovico de Nittis
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ludovico de Nittis @ 2025-03-25 17:28 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ludovico de Nittis

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.

This patch series addresses those issues.

Ludovico de Nittis (3):
  adapter: Preserve pending flags when setting the Device Privacy Mode
  device: Preserve pending flags when setting the wake allowed
  device: Try to set the wake_allowed property only for bonded devices

 src/adapter.c |  5 ++++-
 src/device.c  | 19 +++++++++++++++----
 2 files changed, 19 insertions(+), 5 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-26 15:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25 17:28 [PATCH BlueZ 0/3] Fix wake_allowed reported error and not being set after pairing Ludovico de Nittis
2025-03-25 17:28 ` [PATCH BlueZ 1/3] adapter: Preserve pending flags when setting the Device Privacy Mode Ludovico de Nittis
2025-03-25 18:34   ` Fix wake_allowed reported error and not being set after pairing bluez.test.bot
2025-03-25 17:28 ` [PATCH BlueZ 2/3] device: Preserve pending flags when setting the wake allowed Ludovico de Nittis
2025-03-25 17:28 ` [PATCH BlueZ 3/3] device: Try to set the wake_allowed property only for bonded devices Ludovico de Nittis
2025-03-25 19:38 ` [PATCH BlueZ 0/3] Fix wake_allowed reported error and not being set after pairing Luiz Augusto von Dentz
2025-03-26 15:10 ` patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.