Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp.h775 hci_con_handle_t nxp_stop_audio_handle; member
H A Dhfp_hf.c816 if (hfp_connection->nxp_stop_audio_handle != HCI_CON_HANDLE_INVALID){ in hfp_hf_run_for_context()
817 hci_con_handle_t sco_handle = hfp_connection->nxp_stop_audio_handle; in hfp_hf_run_for_context()
818 hfp_connection->nxp_stop_audio_handle = HCI_CON_HANDLE_INVALID; in hfp_hf_run_for_context()
H A Dhfp_ag.c2345 if (hfp_connection->nxp_stop_audio_handle != HCI_CON_HANDLE_INVALID){ in hfp_ag_run_for_context()
2346 hci_con_handle_t sco_handle = hfp_connection->nxp_stop_audio_handle; in hfp_ag_run_for_context()
2347 hfp_connection->nxp_stop_audio_handle = HCI_CON_HANDLE_INVALID; in hfp_ag_run_for_context()
H A Dhfp.c674 hfp_connection->nxp_stop_audio_handle = HCI_CON_HANDLE_INVALID; in hfp_create_connection()
1023 hfp_connection->nxp_stop_audio_handle = hfp_connection->sco_handle; in hfp_handle_hci_event()