Searched refs:hfp_ag_call_sm (Results 1 – 1 of 1) sorted by relevance
/btstack/src/classic/ |
H A D | hfp_ag.c | 1592 static void hfp_ag_call_sm(hfp_ag_call_event_t event, hfp_connection_t * hfp_connection){ in hfp_ag_call_sm() function 2444 … hfp_ag_call_sm(HFP_AG_RESPONSE_AND_HOLD_ACCEPT_INCOMING_CALL_BY_HF, hfp_connection); in hfp_ag_handle_rfcomm_data() 2447 … hfp_ag_call_sm(HFP_AG_RESPONSE_AND_HOLD_ACCEPT_HELD_CALL_BY_HF, hfp_connection); in hfp_ag_handle_rfcomm_data() 2450 … hfp_ag_call_sm(HFP_AG_RESPONSE_AND_HOLD_REJECT_HELD_CALL_BY_HF, hfp_connection); in hfp_ag_handle_rfcomm_data() 2535 hfp_ag_call_sm(HFP_AG_INCOMING_CALL_ACCEPTED_BY_HF, hfp_connection); in hfp_ag_handle_rfcomm_data() 2540 hfp_ag_call_sm(HFP_AG_TERMINATE_CALL_BY_HF, hfp_connection); in hfp_ag_handle_rfcomm_data() 2549 hfp_ag_call_sm(HFP_AG_CALL_HOLD_USER_BUSY, hfp_connection); in hfp_ag_handle_rfcomm_data() 2555 … hfp_ag_call_sm(HFP_AG_CALL_HOLD_RELEASE_ACTIVE_ACCEPT_HELD_OR_WAITING_CALL, hfp_connection); in hfp_ag_handle_rfcomm_data() 2561 … hfp_ag_call_sm(HFP_AG_CALL_HOLD_PARK_ACTIVE_ACCEPT_HELD_OR_WAITING_CALL, hfp_connection); in hfp_ag_handle_rfcomm_data() 2565 hfp_ag_call_sm(HFP_AG_CALL_HOLD_ADD_HELD_CALL, hfp_connection); in hfp_ag_handle_rfcomm_data() [all …]
|