Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/net/bluetooth/hci_codec.h
26282 views
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);
6
void hci_read_supported_codecs_v2(struct hci_dev *hdev);
7
void hci_codec_list_clear(struct list_head *codec_list);
8
9