Hi, We need a way to set the LE supported(host) bit using the management interface. The question is: create a new command for this purpose only or there are other adapter initialization settings planned to be implemented? We could create a generic message passing all settings once. Even if the controller supports LE, we need a way to disable LE. The current interleaved discovery implementation checks the if the controller LE bit only, a correct implementation should check both: controller and host bits. BlueZ has an option "EnableLE" in main.conf used to control if the LE supported host bit should be set or not. SPEC page 915 describe how this Write_LE_Host_Support command works. Initially I thought that this bit could interfere/change the firmware behavior, but it didn't, at least not for the hardwares that we have. But the manufacturers are recommending to set and check it to avoid IOP issues in the future. Comments? New command or a generic management command? Regards, Claudio -- 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