Searched defs:codec_list (Results 1 – 4 of 4) sorted by relevance
24 struct codec_list { struct28 struct codec_list *next; argument
38 void hci_codec_list_clear(struct list_head *codec_list) in hci_codec_list_clear()
169 struct list_head codec_list; member
139 struct codec_list { struct140 struct list_head list;141 u8 id;142 __u16 cid;143 __u16 vid;144 u8 transport;145 u8 num_caps;146 u32 len;147 struct hci_codec_caps caps[];