mbox series

[v1,0/3] Support reading and setting default system parameters

Message ID 20200609140351.153833-1-alainm@chromium.org (mailing list archive)
Headers show
Series Support reading and setting default system parameters | expand

Message

Alain Michaud June 9, 2020, 2:03 p.m. UTC
This series adds support for reading and setting default system
parameters from userspace.  In particular, combined with the userspace
changes, allows platforms to override default system parameters from a
main.conf file.

The series has been reviewed and tested on chromeos.

Alain Michaud (3):
  mgmt: read/set system parameter definitions
  bluetooth:centralize default value initialization.
  bluetooth: implement read/set default system parameters mgmt

 include/net/bluetooth/hci_core.h |  18 ++
 include/net/bluetooth/mgmt.h     |  18 ++
 net/bluetooth/hci_conn.c         |  14 +-
 net/bluetooth/hci_core.c         |  14 +-
 net/bluetooth/hci_request.c      |  15 +-
 net/bluetooth/mgmt.c             | 429 +++++++++++++++++++++++++++++++
 6 files changed, 487 insertions(+), 21 deletions(-)