Lines Matching defs:hfp_connection

223 static uint16_t hfp_parse_indicator_index(hfp_connection_t * hfp_connection){  in hfp_parse_indicator_index()
241 static void hfp_next_indicators_index(hfp_connection_t * hfp_connection){ in hfp_next_indicators_index()
249 static void hfp_next_codec_index(hfp_connection_t * hfp_connection){ in hfp_next_codec_index()
257 static void hfp_next_remote_call_services_index(hfp_connection_t * hfp_connection){ in hfp_next_remote_call_services_index()
287 hfp_connection_t * hfp_connection = get_hfp_connection_context_for_rfcomm_cid(cid); in send_str_over_rfcomm() local
373 static void hfp_emit_event_for_context(hfp_connection_t * hfp_connection, uint8_t * packet, uint16_… in hfp_emit_event_for_context()
378 void hfp_emit_simple_event(hfp_connection_t * hfp_connection, uint8_t event_subtype){ in hfp_emit_simple_event()
388 void hfp_emit_event(hfp_connection_t * hfp_connection, uint8_t event_subtype, uint8_t value){ in hfp_emit_event()
399 void hfp_emit_voice_recognition_enabled(hfp_connection_t * hfp_connection, uint8_t status){ in hfp_emit_voice_recognition_enabled()
413 void hfp_emit_voice_recognition_disabled(hfp_connection_t * hfp_connection, uint8_t status){ in hfp_emit_voice_recognition_disabled()
426 void hfp_emit_enhanced_voice_recognition_hf_ready_for_audio_event(hfp_connection_t * hfp_connection in hfp_emit_enhanced_voice_recognition_hf_ready_for_audio_event()
438 void hfp_emit_enhanced_voice_recognition_state_event(hfp_connection_t * hfp_connection, uint8_t sta… in hfp_emit_enhanced_voice_recognition_state_event()
478 static void hfp_emit_audio_connection_released(hfp_connection_t * hfp_connection, hci_con_handle_t … in hfp_emit_audio_connection_released()
492 void hfp_emit_sco_connection_established(hfp_connection_t *hfp_connection, uint8_t status, uint8_t … in hfp_emit_sco_connection_established()
517 void hfp_emit_string_event(hfp_connection_t * hfp_connection, uint8_t event_subtype, const char * v… in hfp_emit_string_event()
542 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in get_hfp_connection_context_for_rfcomm_cid() local
554 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in get_hfp_connection_context_for_bd_addr() local
566 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in get_hfp_connection_context_for_sco_handle() local
578 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in get_hfp_connection_context_for_acl_handle() local
587 static void hfp_reset_voice_recognition(hfp_connection_t * hfp_connection){ in hfp_reset_voice_recognition()
606 void hfp_reset_context_flags(hfp_connection_t * hfp_connection){ in hfp_reset_context_flags()
633 hfp_connection_t * hfp_connection = btstack_memory_hfp_connection_get(); in create_hfp_connection_context() local
656 void hfp_finalize_connection_context(hfp_connection_t * hfp_connection){ in hfp_finalize_connection_context()
662 hfp_connection_t * hfp_connection = get_hfp_connection_context_for_bd_addr(bd_addr, local_role); in hfp_create_connection() local
768 static void hfp_handle_slc_setup_error(hfp_connection_t * hfp_connection, uint8_t status){ in hfp_handle_slc_setup_error()
785 …hfp_connection_t * hfp_connection = get_hfp_connection_context_for_bd_addr(hfp_sdp_query_context.r… in handle_query_rfcomm_event() local
887 hfp_connection_t * hfp_connection = NULL; in hfp_handle_hci_event() local
1070 hfp_connection_t * hfp_connection = NULL; in hfp_handle_rfcomm_event() local
1306 static void hfp_parser_store_byte(hfp_connection_t * hfp_connection, uint8_t byte){ in hfp_parser_store_byte()
1311 static int hfp_parser_is_buffer_empty(hfp_connection_t * hfp_connection){ in hfp_parser_is_buffer_empty()
1319 void hfp_parser_reset_line_buffer(hfp_connection_t *hfp_connection) { in hfp_parser_reset_line_buffer()
1324 static void hfp_parser_store_if_token(hfp_connection_t * hfp_connection, uint8_t byte){ in hfp_parser_store_if_token()
1355 static bool hfp_parse_byte(hfp_connection_t * hfp_connection, uint8_t byte, int isHandsFree){ in hfp_parse_byte()
1579 void hfp_parse(hfp_connection_t * hfp_connection, uint8_t byte, int isHandsFree){ in hfp_parse()
1592 static void parse_sequence(hfp_connection_t * hfp_connection){ in parse_sequence()
1960 void hfp_trigger_release_service_level_connection(hfp_connection_t * hfp_connection){ in hfp_trigger_release_service_level_connection()
1987 uint8_t hfp_trigger_release_audio_connection(hfp_connection_t * hfp_connection){ in hfp_trigger_release_audio_connection()
2011 void hfp_setup_synchronous_connection(hfp_connection_t * hfp_connection){ in hfp_setup_synchronous_connection()
2121 void hfp_accept_synchronous_connection(hfp_connection_t * hfp_connection, bool use_eSCO){ in hfp_accept_synchronous_connection()
2250 void hfp_cc256x_write_codec_config(hfp_connection_t * hfp_connection){ in hfp_cc256x_write_codec_config()
2278 void hfp_bcm_write_i2spcm_interface_param(hfp_connection_t * hfp_connection){ in hfp_bcm_write_i2spcm_interface_param()
2285 void hfp_prepare_for_sco(hfp_connection_t * hfp_connection){ in hfp_prepare_for_sco()
2376 …setting_for_connection(hfp_link_settings_t current_setting, hfp_connection_t * hfp_connection, uin… in hfp_next_link_setting_for_connection()
2384 void hfp_init_link_settings(hfp_connection_t * hfp_connection, uint8_t eSCO_S4_supported){ in hfp_init_link_settings()