mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
hfp_ag: delete unused command write for set microphone gain
This commit is contained in:
parent
d6a44b8f9d
commit
a9814fb49a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user