blob: efb0df634ac6b7f16c47df00b02a0a21c2f4081b (
plain)
1
2
3
4
5
6
|
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2014 Intel Corporation */
void hci_read_supported_codecs(struct hci_dev *hdev);
void hci_codec_list_clear(struct list_head *codec_list);
|