summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt_config.h
diff options
context:
space:
mode:
authorAlain Michaud <alainm@chromium.org>2020-06-11 02:01:57 +0000
committerMarcel Holtmann <marcel@holtmann.org>2020-06-12 21:41:07 +0200
commit17896406ff3592d47b476ddd29276bf9cf8a26dd (patch)
tree207953a166d685072397ea50cecf47ea96f6c93a /net/bluetooth/mgmt_config.h
parent10873f99ced274cbfc119f55e7e57a0f047a0799 (diff)
Bluetooth: implement read/set default system parameters mgmt
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>
Diffstat (limited to 'net/bluetooth/mgmt_config.h')
-rw-r--r--net/bluetooth/mgmt_config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bluetooth/mgmt_config.h b/net/bluetooth/mgmt_config.h
new file mode 100644
index 000000000000..51da6e63b1a0
--- /dev/null
+++ b/net/bluetooth/mgmt_config.h
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
+/*
+ * Copyright (C) 2020 Google Corporation
+ */
+
+int read_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data,
+ u16 data_len);
+
+int set_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data,
+ u16 data_len);