hci_codec.h 252 B

1234567
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* Copyright (C) 2014 Intel Corporation */
  3. void hci_read_supported_codecs(struct hci_dev *hdev);
  4. void hci_read_supported_codecs_v2(struct hci_dev *hdev);
  5. void hci_codec_list_clear(struct list_head *codec_list);