Searched defs:hfp_connection (Results 1 – 7 of 7) sorted by relevance
/btstack/src/classic/ |
H A D | hfp.h | 551 typedef struct hfp_connection { struct 552 btstack_linked_item_t item; 555 hfp_role_t local_role; 557 bd_addr_t remote_addr; 558 hci_con_handle_t acl_handle; 559 hci_con_handle_t sco_handle; 560 uint16_t packet_types; 561 uint8_t rfcomm_channel_nr; 562 uint16_t rfcomm_cid; 563 uint16_t rfcomm_mtu; [all …]
|
H A D | hfp_hf.c | 99 static int has_codec_negotiation_feature(hfp_connection_t * hfp_connection){ in has_codec_negotiation_feature() 105 static int has_call_waiting_and_3way_calling_feature(hfp_connection_t * hfp_connection){ in has_call_waiting_and_3way_calling_feature() 112 static int has_hf_indicators_feature(hfp_connection_t * hfp_connection){ in has_hf_indicators_feature() 118 static bool hfp_hf_vra_flag_supported(hfp_connection_t * hfp_connection){ in hfp_hf_vra_flag_supported() 124 static bool hfp_hf_enhanced_vra_flag_supported(hfp_connection_t * hfp_connection){ in hfp_hf_enhanced_vra_flag_supported() 134 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in get_hfp_hf_connection_context_for_acl_handle() local 144 static void hfp_hf_emit_subscriber_information(const hfp_connection_t * hfp_connection, uint8_t sta… in hfp_hf_emit_subscriber_information() 159 static void hfp_hf_emit_type_number_alpha(const hfp_connection_t * hfp_connection, uint8_t event_su… in hfp_hf_emit_type_number_alpha() 183 static void hfp_hf_emit_enhanced_call_status(const hfp_connection_t * hfp_connection){ in hfp_hf_emit_enhanced_call_status() 203 static void hfp_emit_ag_indicator_mapping_event(const hfp_connection_t * hfp_connection, const hfp_… in hfp_emit_ag_indicator_mapping_event() [all …]
|
H A D | hfp_ag.c | 134 static int hfp_ag_get_ag_indicators_nr(hfp_connection_t * hfp_connection){ in hfp_ag_get_ag_indicators_nr() 143 hfp_ag_indicator_t * hfp_ag_get_ag_indicators(hfp_connection_t * hfp_connection){ in hfp_ag_get_ag_indicators() 177 … hfp_connection_t * hfp_connection = (hfp_connection_t *)btstack_linked_list_iterator_next(&it); in get_hfp_ag_connection_context_for_acl_handle() local 189 static int use_in_band_tone(hfp_connection_t *hfp_connection) { in use_in_band_tone() 193 static int has_codec_negotiation_feature(hfp_connection_t * hfp_connection){ in has_codec_negotiation_feature() 199 static int has_call_waiting_and_3way_calling_feature(hfp_connection_t * hfp_connection){ in has_call_waiting_and_3way_calling_feature() 205 static int has_hf_indicators_feature(hfp_connection_t * hfp_connection){ in has_hf_indicators_feature() 213 static int hfp_ag_send_change_in_band_ring_tone_setting_cmd(hfp_connection_t * hfp_connection){ in hfp_ag_send_change_in_band_ring_tone_setting_cmd() 291 static int hfp_ag_indicators_string_size(hfp_connection_t * hfp_connection, int i){ in hfp_ag_indicators_string_size() 299 static void hfp_ag_indicators_string_store(hfp_connection_t * hfp_connection, int i, uint8_t * buff… in hfp_ag_indicators_string_store() [all …]
|
H A D | hfp.c | 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() [all …]
|
/btstack/test/fuzz/ |
H A D | fuzz_hfp_at_parser.c | 11 hfp_connection_t hfp_connection; in LLVMFuzzerTestOneInput() local
|
/btstack/src/ |
H A D | btstack_memory.c | 773 void btstack_memory_hfp_connection_free(hfp_connection_t *hfp_connection){ in btstack_memory_hfp_connection_free() 780 void btstack_memory_hfp_connection_free(hfp_connection_t *hfp_connection){ in btstack_memory_hfp_connection_free() 801 void btstack_memory_hfp_connection_free(hfp_connection_t *hfp_connection){ in btstack_memory_hfp_connection_free()
|
/btstack/test/hfp/ |
H A D | hfp_at_parser_test.cpp | 728 hfp_connection_t hfp_connection; in TEST() local
|