Home
last modified time | relevance | path

Searched refs:local_codecs (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/bluetooth/
Dhci_codec.c69 hci_codec_list_add(&hdev->local_codecs, cmd, in hci_read_codec_capabilities()
111 hci_codec_list_add(&hdev->local_codecs, cmd, rp, in hci_read_codec_capabilities()
Dsco.c1126 list_for_each_entry(c, &hdev->local_codecs, list) { in sco_sock_getsockopt()
1155 list_for_each_entry(c, &hdev->local_codecs, list) { in sco_sock_getsockopt()
Dhci_core.c2557 INIT_LIST_HEAD(&hdev->local_codecs); in hci_alloc_dev_priv()
2789 hci_codec_list_clear(&hdev->local_codecs); in hci_release_dev()
Dhci_sync.c5077 hci_codec_list_clear(&hdev->local_codecs); in hci_dev_close_sync()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h586 struct list_head local_codecs; member