Searched refs:hfp_ag_next_step (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag.c | 244 static int hfp_ag_next_step(struct bt_hfp_ag *ag, bt_hfp_ag_tx_cb_t cb, void *user_data) in hfp_ag_next_step() function 608 err = hfp_ag_next_step(ag, bt_hfp_ag_set_in_band_ring, NULL); in bt_hfp_ag_cmer_handler() 860 err = hfp_ag_next_step(ag, bt_hfp_ag_call_reject, NULL); in bt_hfp_ag_chup_handler() 862 err = hfp_ag_next_step(ag, bt_hfp_ag_unit_call_terminate, NULL); in bt_hfp_ag_chup_handler() 1188 err = hfp_ag_next_step(ag, bt_hfp_ag_unit_call_accept, NULL); in bt_hfp_ag_ata_handler() 1260 err = hfp_ag_next_step(ag, bt_hfp_ag_audio_connection, NULL); in bt_hfp_ag_bcc_handler() 1312 err = hfp_ag_next_step(ag, bt_hfp_ag_unit_codec_conn_setup, NULL); in bt_hfp_ag_bcs_handler() 1320 (void)hfp_ag_next_step(ag, bt_hfp_ag_unit_call_terminate, NULL); in bt_hfp_ag_bcs_handler() 1389 err = hfp_ag_next_step(ag, bt_hfp_ag_unit_call_outgoing, NULL); in bt_hfp_ag_atd_handler() 1414 err = hfp_ag_next_step(ag, bt_hfp_ag_unit_call_outgoing, NULL); in bt_hfp_ag_bldn_handler() [all …]
|