Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp_ag.c676 hfp_connection->call_state = HFP_CALL_W4_AUDIO_CONNECTION_FOR_ACTIVE; in hfp_ag_slc_established()
1210 hfp_connection->call_state = HFP_CALL_W4_AUDIO_CONNECTION_FOR_IN_BAND_RING; in hfp_ag_hf_start_ringing_incoming()
1213 hfp_connection->call_state = HFP_CALL_INCOMING_RINGING; in hfp_ag_hf_start_ringing_incoming()
1218 hfp_connection->call_state = HFP_CALL_OUTGOING_RINGING; in hfp_ag_hf_start_ringing_outgoing()
1233 if (hfp_connection->call_state != HFP_CALL_ACTIVE) continue; in hfp_ag_trigger_incoming_call_during_active_one()
1235 hfp_connection->call_state = HFP_CALL_W2_SEND_CALL_WAITING; in hfp_ag_trigger_incoming_call_during_active_one()
1246 switch (hfp_connection->call_state){ in hfp_ag_trigger_ring_and_clip()
1302 if ((hfp_connection->call_state != HFP_CALL_INCOMING_RINGING) && in hfp_ag_stop_ringing()
1303 (hfp_connection->call_state != HFP_CALL_W4_AUDIO_CONNECTION_FOR_IN_BAND_RING)) continue; in hfp_ag_stop_ringing()
1318 if (hfp_connection->call_state != HFP_CALL_IDLE) continue; in hfp_ag_trigger_incoming_call_idle()
[all …]
H A Dhfp.h566 hfp_call_state_t call_state; member
H A Dhfp.c637 hfp_connection->call_state = HFP_CALL_IDLE; in create_hfp_connection_context()