Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1134 list_for_each_entry(c, &hdev->local_codecs, list) { in sco_sock_getsockopt()
1165 list_for_each_entry(c, &hdev->local_codecs, list) { in sco_sock_getsockopt()
Dhci_core.c2527 INIT_LIST_HEAD(&hdev->local_codecs); in hci_alloc_dev_priv()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h583 struct list_head local_codecs; member