mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
remove unsed attrs
This commit is contained in:
parent
259633092e
commit
22c9a32a8c
@ -408,7 +408,6 @@ typedef struct hfp_connection {
|
||||
uint8_t release_audio_connection;
|
||||
|
||||
uint8_t run_call_state_machine;
|
||||
uint8_t run_codecs_state_machine;
|
||||
uint8_t use_in_band_ring_tone;
|
||||
uint8_t terminate_call;
|
||||
} hfp_connection_t;
|
||||
|
@ -419,7 +419,6 @@ static int codecs_exchange_state_machine(hfp_connection_t * context){
|
||||
|
||||
case HFP_CMD_HF_CONFIRMED_CODEC:
|
||||
//printf("HFP_CMD_HF_CONFIRMED_CODEC \n");
|
||||
context->run_codecs_state_machine = 0;
|
||||
if (context->codec_confirmed != context->suggested_codec){
|
||||
context->codecs_state = HFP_CODECS_ERROR;
|
||||
hfp_ag_error(context->rfcomm_cid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user