diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2020-06-17 16:39:07 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2020-06-18 12:11:03 +0200 |
commit | aececa645dc79ec004bfed3357c15cbf4b9b5746 (patch) | |
tree | 967dab2d31933933232ae32b22823cf11b430fc0 /net/bluetooth/mgmt_config.h | |
parent | Bluetooth: implement read/set default system parameters mgmt (diff) | |
download | linux-aececa645dc79ec004bfed3357c15cbf4b9b5746.tar.xz linux-aececa645dc79ec004bfed3357c15cbf4b9b5746.zip |
Bluetooth: mgmt: Add commands for runtime configuration
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>
Diffstat (limited to 'net/bluetooth/mgmt_config.h')
-rw-r--r-- | net/bluetooth/mgmt_config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/bluetooth/mgmt_config.h b/net/bluetooth/mgmt_config.h index 51da6e63b1a0..a4965f107891 100644 --- a/net/bluetooth/mgmt_config.h +++ b/net/bluetooth/mgmt_config.h @@ -9,3 +9,9 @@ int read_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data, int set_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data, u16 data_len); + +int read_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data, + u16 data_len); + +int set_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data, + u16 data_len); |