Home
last modified time | relevance | path

Searched refs:current_call_index (Results 1 – 1 of 1) sorted by relevance

/btstack/src/classic/
H A Dhfp_gsm_model.c380 int current_call_index = get_active_call_index(); in hfp_gsm_handler() local
397 if (current_call_index != -1){ in hfp_gsm_handler()
398 delete_call(current_call_index); in hfp_gsm_handler()
404 if (current_call_index != -1){ in hfp_gsm_handler()
405 set_enhanced_call_status_held(current_call_index); in hfp_gsm_handler()
411 current_call_index = get_dialing_call_index(); in hfp_gsm_handler()
412 if (current_call_index == -1){ in hfp_gsm_handler()
438 set_enhanced_call_status_held(current_call_index); in hfp_gsm_handler()
495 delete_call(current_call_index); in hfp_gsm_handler()
504 if (current_call_index != -1){ in hfp_gsm_handler()
[all …]