Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 
0003 /*
0004  * Copyright (C) 2020 Google Corporation
0005  */
0006 
0007 int read_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data,
0008                u16 data_len);
0009 
0010 int set_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data,
0011               u16 data_len);
0012 
0013 int read_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data,
0014                 u16 data_len);
0015 
0016 int set_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data,
0017                u16 data_len);