Hi Jefferson, On Fri, Aug 10, 2012, Jefferson Delfes wrote: > --- a/net/bluetooth/mgmt.c > +++ b/net/bluetooth/mgmt.c > @@ -379,6 +379,7 @@ static u32 get_supported_settings(struct hci_dev *hdev) > settings |= MGMT_SETTING_FAST_CONNECTABLE; > settings |= MGMT_SETTING_DISCOVERABLE; > settings |= MGMT_SETTING_PAIRABLE; > + settings |= MGMT_SETTING_BROADCASTER; Shouldn't this be behind the same conditional as MGMT_SETTING_LE? I.e. only when hdev->features indicates LE support. 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