Hi Marcel, > > #define HCI_OP_READ_LOCAL_CODECS 0x100b > > +struct hci_std_codecs { > > + __u8 num; > > + __u8 codec[]; > > +} __packed; > > + > > +struct hci_ven_codec { > > + /* company id */ > > + __le16 cid; > > + /* vendor codec id */ > > + __le16 vid; > > +} __packed; > > I am pretty sure that I said to use vnd and not ven. The shortcut ven for > vendor is not something we used at all. > Ack. I overlooked at it. I will fix this in the next patchset. Regards, Kiran