Home
last modified time | relevance | path

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

/btstack/test/hfp/
H A Dhfp_hf_client_test.cpp117 hfp_hf_release_audio_connection(acl_handle); in user_command()
487 hfp_hf_release_audio_connection(acl_handle); in TEST_GROUP()
/btstack/src/classic/
H A Dhfp_hf.h235 uint8_t hfp_hf_release_audio_connection(hci_con_handle_t acl_handle);
H A Dhfp_hf.c1798 uint8_t hfp_hf_release_audio_connection(hci_con_handle_t acl_handle){ in hfp_hf_release_audio_connection() function
/btstack/example/
H A Dhfp_hf_demo.c204 status = hfp_hf_release_audio_connection(acl_handle); in stdin_process()