From: José Antonio Santos-Cadenas <santoscadenas@xxxxxxxxx> MCL should transite to properly state when a reconnect_mdl_req is not SUCCESS. --- mcap/mcap.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/mcap/mcap.c b/mcap/mcap.c index 1dfe083..34fd43b 100644 --- a/mcap/mcap.c +++ b/mcap/mcap.c @@ -1303,6 +1303,7 @@ static gboolean process_md_reconnect_mdl_rsp(struct mcap_mcl *mcl, mcl->mdls = g_slist_remove(mcl->mdls, mdl); mcl->cb->mdl_deleted(mdl, mcl->cb->user_data); g_free(mdl); + update_mcl_state(mcl); return close; } -- 1.6.3.3 -- 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