From 66191aa0db9833a44c50fbfe7429fbd39fc4d4ca Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Wed, 14 Apr 2021 10:57:45 +0200 Subject: [PATCH] hfp_ag: use space for response and hold --- src/classic/hfp_ag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classic/hfp_ag.c b/src/classic/hfp_ag.c index ead90aabb..06a6c28d1 100644 --- a/src/classic/hfp_ag.c +++ b/src/classic/hfp_ag.c @@ -499,7 +499,7 @@ static int hfp_ag_send_set_microphone_gain_cmd(uint16_t cid, uint8_t gain){ } static int hfp_ag_send_set_response_and_hold(uint16_t cid, int state){ - return hfp_ag_send_cmd_with_int(cid, HFP_RESPONSE_AND_HOLD, state); + return hfp_ag_send_cmd_with_space_and_int(cid, HFP_RESPONSE_AND_HOLD, state); } static uint8_t hfp_ag_suggest_codec(hfp_connection_t *hfp_connection){