hfp_hf: remove break from ag indicator loop

This commit is contained in:
Matthias Ringwald 2025-03-14 10:15:14 +01:00
parent e006b9efcf
commit 0f09372dc5

View File

@ -1383,7 +1383,6 @@ static void hfp_hf_handle_transfer_ag_indicator_status(hfp_connection_t * hfp_co
} }
hfp_connection->hf_call_status = new_hf_call_status; hfp_connection->hf_call_status = new_hf_call_status;
} }
break;
} }
} }