blob: a4965f1078915889bfd8d673fbb3b66687356550 [file] [log] [blame]
Alain Michaud17896402020-06-11 02:01:57 +00001// SPDX-License-Identifier: GPL-2.0-only
2
3/*
4 * Copyright (C) 2020 Google Corporation
5 */
6
7int read_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data,
8 u16 data_len);
9
10int set_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data,
11 u16 data_len);
Marcel Holtmannaececa62020-06-17 16:39:07 +020012
13int read_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data,
14 u16 data_len);
15
16int set_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data,
17 u16 data_len);