Searched defs:codec_list (Results 1 – 5 of 5) 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
145 struct codec_list { struct146 struct list_head list;147 u8 id;148 __u16 cid;149 __u16 vid;150 u8 transport;151 u8 num_caps;152 u32 len;153 struct hci_codec_caps caps[];
308 struct list_head codec_list; member