Home
last modified time | relevance | path

Searched defs:acl_handle (Results 1 – 9 of 9) sorted by relevance

/btstack/src/classic/
H A Dhfp_hf.c1672 uint8_t hfp_hf_release_service_level_connection(hci_con_handle_t acl_handle){ in hfp_hf_release_service_level_connection()
1682 static uint8_t hfp_hf_set_status_update_for_all_ag_indicators(hci_con_handle_t acl_handle, uint8_t … in hfp_hf_set_status_update_for_all_ag_indicators()
1692 uint8_t hfp_hf_enable_status_update_for_all_ag_indicators(hci_con_handle_t acl_handle){ in hfp_hf_enable_status_update_for_all_ag_indicators()
1696 uint8_t hfp_hf_disable_status_update_for_all_ag_indicators(hci_con_handle_t acl_handle){ in hfp_hf_disable_status_update_for_all_ag_indicators()
1701 uint8_t hfp_hf_set_status_update_for_individual_ag_indicators(hci_con_handle_t acl_handle, uint32_t… in hfp_hf_set_status_update_for_individual_ag_indicators()
1712 uint8_t hfp_hf_query_operator_selection(hci_con_handle_t acl_handle){ in hfp_hf_query_operator_selection()
1732 …8_t hfp_hf_set_report_extended_audio_gateway_error_result_code(hci_con_handle_t acl_handle, uint8_… in hfp_hf_set_report_extended_audio_gateway_error_result_code()
1743 uint8_t hfp_hf_enable_report_extended_audio_gateway_error_result_code(hci_con_handle_t acl_handle){ in hfp_hf_enable_report_extended_audio_gateway_error_result_code()
1747 uint8_t hfp_hf_disable_report_extended_audio_gateway_error_result_code(hci_con_handle_t acl_handle){ in hfp_hf_disable_report_extended_audio_gateway_error_result_code()
1755 uint8_t hfp_hf_establish_audio_connection(hci_con_handle_t acl_handle){ in hfp_hf_establish_audio_connection()
[all …]
H A Dhfp_ag.c860 …hci_con_handle_t acl_handle = (hfp_connection != NULL) ? hfp_connection->acl_handle : HCI_CON_HAND… in hfp_ag_emit_enhanced_voice_recognition_msg_sent_event() local
873 …hci_con_handle_t acl_handle = (hfp_connection != NULL) ? hfp_connection->acl_handle : HCI_CON_HAND… in hfp_ag_emit_hf_indicator_value() local
2775 uint8_t hfp_ag_release_service_level_connection(hci_con_handle_t acl_handle){ in hfp_ag_release_service_level_connection()
2786 uint8_t hfp_ag_report_extended_audio_gateway_error_result_code(hci_con_handle_t acl_handle, hfp_cme… in hfp_ag_report_extended_audio_gateway_error_result_code()
2843 uint8_t hfp_ag_establish_audio_connection(hci_con_handle_t acl_handle){ in hfp_ag_establish_audio_connection()
2856 uint8_t hfp_ag_release_audio_connection(hci_con_handle_t acl_handle){ in hfp_ag_release_audio_connection()
3030 uint8_t hfp_ag_activate_voice_recognition(hci_con_handle_t acl_handle){ in hfp_ag_activate_voice_recognition()
3060 uint8_t hfp_ag_deactivate_voice_recognition(hci_con_handle_t acl_handle){ in hfp_ag_deactivate_voice_recognition()
3089 static uint8_t hfp_ag_enhanced_voice_recognition_send_state(hci_con_handle_t acl_handle, hfp_voice_… in hfp_ag_enhanced_voice_recognition_send_state()
3120 uint8_t hfp_ag_enhanced_voice_recognition_report_sending_audio(hci_con_handle_t acl_handle){ in hfp_ag_enhanced_voice_recognition_report_sending_audio()
[all …]
H A Dhfp.c379 …hci_con_handle_t acl_handle = (hfp_connection != NULL) ? hfp_connection->acl_handle : HCI_CON_HAND… in hfp_emit_simple_event() local
389 …hci_con_handle_t acl_handle = (hfp_connection != NULL) ? hfp_connection->acl_handle : HCI_CON_HAND… in hfp_emit_event() local
427 …hci_con_handle_t acl_handle = (hfp_connection != NULL) ? hfp_connection->acl_handle : HCI_CON_HAND… in hfp_emit_enhanced_voice_recognition_hf_ready_for_audio_event() local
439 …hci_con_handle_t acl_handle = (hfp_connection != NULL) ? hfp_connection->acl_handle : HCI_CON_HAND… in hfp_emit_enhanced_voice_recognition_state_event() local
H A Dhfp.h558 hci_con_handle_t acl_handle; member
/btstack/example/
H A Dhfp_hf_demo.c82 static hci_con_handle_t acl_handle = HCI_CON_HANDLE_INVALID; variable
H A Dhfp_ag_demo.c87 static hci_con_handle_t acl_handle = HCI_CON_HANDLE_INVALID; variable
/btstack/test/hfp/
H A Dhfp_hf_client_test.cpp84 static uint16_t acl_handle = -1; variable
H A Dhfp_ag_client_test.cpp111 static hci_con_handle_t acl_handle = -1; variable
/btstack/src/
H A Dhci.h757 hci_con_handle_t acl_handle; member