Johan: > > ext->sec_level = BT_IO_SEC_MEDIUM; > > - ext->authorize = true; > > ext->enable_client = true; > > ext->enable_server = true; > > ext->remote_uuid = NULL; > > The above change is still wrong. Not setting to true is the same as > setting to false since g_new0 was used. Don't change that part at a I can't find issue here I set the ext->authorize = settings->authorize so no matter the original value is, it will be just set as the same value with default setting. -- 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