Hi Andre, On Thu, Feb 16, 2012, Andre Guedes wrote: > +#define DISCOV_TYPE_BREDR (BIT(0)) > +#define DISCOV_TYPE_LE (BIT(1) | BIT(2)) > +#define DISCOV_TYPE_INTERLEAVED (BIT(0) | BIT(1) | BIT(2)) Defining these like this looks a bit (no pun intended) odd. The previous code was at least using the mgmt defs instead of magic numbers (which is how these values have been originally chosen too). 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