mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 10:04:12 +08:00
7 lines
195 B
C
7 lines
195 B
C
|
/* 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);
|