Hi Anderson, > > @@ -377,15 +377,15 @@ static u32 get_supported_settings(struct hci_dev *hdev) > > u32 settings = 0; > > > > settings |= MGMT_SETTING_POWERED; > > - settings |= MGMT_SETTING_CONNECTABLE; > > - settings |= MGMT_SETTING_FAST_CONNECTABLE; > > - settings |= MGMT_SETTING_DISCOVERABLE; > > settings |= MGMT_SETTING_PAIRABLE; > > > > if (lmp_ssp_capable(hdev)) > > settings |= MGMT_SETTING_SSP; > > > > if (lmp_bredr_capable(hdev)) { > > + settings |= MGMT_SETTING_CONNECTABLE; > > + settings |= MGMT_SETTING_FAST_CONNECTABLE; > > + settings |= MGMT_SETTING_DISCOVERABLE; > > settings |= MGMT_SETTING_BREDR; > > settings |= MGMT_SETTING_LINK_SECURITY; > > "Discoverable" (at least as a Discovery mode from GAP) is mandatory > for LE Peripheral role (see page 1698). Same for "Connectable" (see > page 1706). > > Unless you have other plans to implement this for single mode LE > peripherals running bluez? at this moment, we plan to keep LE a bit independent from BR/EDR. Regards Marcel -- 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