From: José Antonio Santos-Cadenas <santoscadenas@xxxxxxxxx> --- mcap/mcap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mcap/mcap.c b/mcap/mcap.c index 43b215b..7098a8d 100644 --- a/mcap/mcap.c +++ b/mcap/mcap.c @@ -1024,7 +1024,7 @@ static void process_md_reconnect_mdl_req(struct mcap_mcl *mcl, uint8_t *cmd, return; if (rsp != MCAP_SUCCESS) { - send4B_cmd(mcl, MCAP_MD_CREATE_MDL_RSP, rsp, mdl_id); + send4B_cmd(mcl, MCAP_MD_RECONNECT_MDL_RSP, rsp, mdl_id); return; } -- 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