mgmt_config.h 490 B

1234567891011121314151617
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2020 Google Corporation
  4. */
  5. int read_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data,
  6. u16 data_len);
  7. int set_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data,
  8. u16 data_len);
  9. int read_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data,
  10. u16 data_len);
  11. int set_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data,
  12. u16 data_len);