mbox series

[RFC,0/1] Bluetooth: Set wakeable flag via add_device

Message ID 20200320014950.85018-1-abhishekpandit@chromium.org (mailing list archive)
Headers show
Series Bluetooth: Set wakeable flag via add_device | expand

Message

Abhishek Pandit-Subedi March 20, 2020, 1:49 a.m. UTC
Hi Marcel and Luiz,

As suggested, I've updated the add_device mgmt op to accept flags on the
device and added support for the wakeable flag. I've prototyped an
implementation in Bluez as well that will send the mask + value on any
add_device and then clear it on the add_device completion.

This seems to work fairly well and allows updating flags during runtime
as well (for example, via dbus property setting).

Please take a look. I will also send up the Bluez changes so you can
look at how userspace would use this.

Thanks
Abhishek



Abhishek Pandit-Subedi (1):
  Bluetooth: Update add_device to accept flags

 include/net/bluetooth/mgmt.h |  5 ++++-
 net/bluetooth/mgmt.c         | 42 +++++++++++++++++++++++++++++++++++-
 2 files changed, 45 insertions(+), 2 deletions(-)