hfp_ag: use space for response and hold

This commit is contained in:
Milanka Ringwald 2021-04-14 10:57:45 +02:00
parent d8656ee64e
commit 66191aa0db

View File

@ -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){