mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
hfp_gsm_model: also allow to terminate held call
This commit is contained in:
parent
d7089767a4
commit
f3e773c564
@ -507,6 +507,11 @@ void hfp_gsm_handler(hfp_ag_call_event_t event, uint8_t index, uint8_t type, con
|
||||
}
|
||||
if (initiated_call_index != -1){
|
||||
delete_call(initiated_call_index);
|
||||
break;
|
||||
}
|
||||
if (held_call_index != -1) {
|
||||
delete_call(held_call_index);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user