summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth: mgmt: Add commands for runtime configurationMarcel Holtmann2020-06-181-0/+6
| | | | | | | | | | This adds the required read/set commands for runtime configuration. Even while currently no parameters are specified, the commands are made available. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Reviewed-by: Alain Michaud <alainm@chromium.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
* Bluetooth: implement read/set default system parameters mgmtAlain Michaud2020-06-121-0/+11
This patch implements the read default system parameters and the set default system parameters mgmt commands. Signed-off-by: Alain Michaud <alainm@chromium.org> Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>