Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp_hf.h541 uint8_t hfp_hf_set_hf_indicator(hci_con_handle_t acl_handle, int assigned_number, int value);
H A Dhfp_hf.c2297 uint8_t hfp_hf_set_hf_indicator(hci_con_handle_t acl_handle, int assigned_number, int value){ in hfp_hf_set_hf_indicator() function
/btstack/test/hfp/
H A Dhfp_hf_client_test.cpp300 hfp_hf_set_hf_indicator(acl_handle, 1, 1); in user_command()
/btstack/example/
H A Dhfp_hf_demo.c434 status = hfp_hf_set_hf_indicator(acl_handle, 1, 1); in stdin_process()