hfp_ag: delete unused command write for set microphone gain

This commit is contained in:
Matthias Ringwald 2021-08-29 12:54:49 +02:00
parent d6a44b8f9d
commit a9814fb49a

View File

@ -2983,7 +2983,6 @@ uint8_t hfp_ag_set_microphone_gain(hci_con_handle_t acl_handle, int gain){
}
if (hfp_connection->microphone_gain != gain){
hfp_connection->command = HFP_CMD_SET_MICROPHONE_GAIN;
hfp_connection->microphone_gain = gain;
hfp_connection->send_microphone_gain = 1;
}