Home
last modified time | relevance | path

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

/btstack/example/
H A Dhfp_hf_demo.c173 status = hfp_hf_send_dtmf_code(acl_handle, cmd); in stdin_process()
184 status = hfp_hf_send_dtmf_code(acl_handle, cmd); in stdin_process()
/btstack/src/classic/
H A Dhfp_hf.h451 uint8_t hfp_hf_send_dtmf_code(hci_con_handle_t acl_handle, char code);
H A Dhfp_hf.c2212 uint8_t hfp_hf_send_dtmf_code(hci_con_handle_t acl_handle, char code){ in hfp_hf_send_dtmf_code() function
/btstack/test/hfp/
H A Dhfp_hf_client_test.cpp101 hfp_hf_send_dtmf_code(acl_handle, cmd); in user_command()