Hi Vinicius, On Fri, Jul 27, 2012 at 07:32:58PM -0300, Vinicius Costa Gomes wrote: ... > -/* Create SCO, ACL or LE connection. > - * Device _must_ be locked */ > -struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, > - __u8 dst_type, __u8 sec_level, __u8 auth_type) > +static struct hci_conn *hci_connect_sco(struct hci_dev *hdev, bdaddr_t *dst, > + u8 sec_level, u8 auth_type) Here we use u8 ... > +/* Create SCO, ACL or LE connection. */ > +struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, > + __u8 dst_type, __u8 sec_level, __u8 auth_type ... and here __u8 Shall we agree about those type usage, I thought that we use __u* in headers and u* in c-files. At least in one file we shall use one type. Best regards Andrei Emeltchenko -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html