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
141 struct codec_list { struct142 struct list_head list;143 u8 id;144 __u16 cid;145 __u16 vid;146 u8 transport;147 u8 num_caps;148 u32 len;149 struct hci_codec_caps caps[];
308 struct list_head codec_list; member