Kiran K | 8961987 | 2021-09-07 15:42:37 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | |||||
3 | /* Copyright (C) 2014 Intel Corporation */ | ||||
4 | |||||
5 | void hci_read_supported_codecs(struct hci_dev *hdev); | ||||
Kiran K | 9ae6640 | 2021-09-07 15:42:38 +0530 | [diff] [blame] | 6 | void hci_read_supported_codecs_v2(struct hci_dev *hdev); |
Kiran K | 8961987 | 2021-09-07 15:42:37 +0530 | [diff] [blame] | 7 | void hci_codec_list_clear(struct list_head *codec_list); |