Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp_hf.c986 if (hfp_connection->hf_send_dtmf_code){ in hfp_hf_run_for_context()
987 char code = hfp_connection->hf_send_dtmf_code; in hfp_hf_run_for_context()
988 hfp_connection->hf_send_dtmf_code = 0; in hfp_hf_run_for_context()
2217 hfp_connection->hf_send_dtmf_code = code; in hfp_hf_send_dtmf_code()
H A Dhfp.h718 char hf_send_dtmf_code; member