]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - net/bluetooth/mgmt_config.h
UBUNTU: Start new release
[mirror_ubuntu-hirsute-kernel.git] / net / bluetooth / mgmt_config.h
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 /*
4 * Copyright (C) 2020 Google Corporation
5 */
6
7 int read_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data,
8 u16 data_len);
9
10 int set_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data,
11 u16 data_len);
12
13 int read_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data,
14 u16 data_len);
15
16 int set_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data,
17 u16 data_len);