Hi Vinicius, On Tue, Apr 30, 2013, Vinicius Costa Gomes wrote: > > --- a/net/bluetooth/l2cap_core.c > > +++ b/net/bluetooth/l2cap_core.c > > @@ -1792,7 +1792,7 @@ int l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, > > > > auth_type = l2cap_get_auth_type(chan); > > > > - if (chan->dcid == L2CAP_CID_ATT) > > + if (bdaddr_type_is_le(dst_type)) > > Wouldn't this break applications that rely on the CID for making a LE > connection? An application that wants to make an LE connection but doesn't provide an LE address type in the l2_bdaddr_type member of sockaddr_l2 is broken. Johan -- 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