Hi, On Wed, Aug 31, 2011 at 10:51 AM, Johan Hedberg <johan.hedberg@xxxxxxxxx> wrote: > Hi Vinicius, > > On Fri, Aug 19, 2011, Vinicius Costa Gomes wrote: >> --- a/lib/hci.h >> +++ b/lib/hci.h >> @@ -212,6 +212,8 @@ enum { >> #define SCO_LINK 0x00 >> #define ACL_LINK 0x01 >> #define ESCO_LINK 0x02 >> +/* Low Energy links do not have defined link type. Use invented one */ >> +#define LE_LINK 0x80 > > I remember Marcel being against any self-invented additions like this. > Have you discussed this with him? Actually this follows what kernel has being doing: include/net/bluetooth/hci.h:175:#define LE_LINK 0x80 -- Luiz Augusto von Dentz -- 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