Searched refs:std_codecs (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/bluetooth/
H A Dhci_codec.c124 struct hci_std_codecs *std_codecs; local
148 std_codecs = (void *)skb->data;
151 if (skb->len < flex_array_size(std_codecs, codec, std_codecs->num)
152 + sizeof(std_codecs->num))
157 for (i = 0; i < std_codecs->num; i++) {
158 caps.id = std_codecs->codec[i];
164 skb_pull(skb, flex_array_size(std_codecs, codec, std_codecs->num)
165 + sizeof(std_codecs
193 struct hci_std_codecs_v2 *std_codecs; local
[all...]
/linux-master/include/net/bluetooth/
H A Dhci.h1494 struct hci_std_codecs std_codecs; member in struct:hci_rp_read_local_supported_codecs
1529 struct hci_std_codecs_v2 std_codecs; member in struct:hci_rp_read_local_supported_codecs_v2

Completed in 182 milliseconds