Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp_ag.c426 hfp_emit_string_event(hfp_connection, HFP_SUBEVENT_AT_MESSAGE_SENT, (char *) data); in hfp_ag_send_cmd_via_generator()
1889hfp_emit_string_event(hfp_connection, HFP_SUBEVENT_PLACE_CALL_WITH_NUMBER, (const char *) &hfp_con… in hfp_ag_call_sm()
1938hfp_emit_string_event(hfp_connection, HFP_SUBEVENT_PLACE_CALL_WITH_NUMBER, last_dialed_number); in hfp_ag_call_sm()
2416 hfp_emit_string_event(hfp_connection, HFP_SUBEVENT_AT_MESSAGE_RECEIVED, (char *) packet); in hfp_ag_handle_rfcomm_data()
2513 hfp_emit_string_event(hfp_connection, HFP_SUBEVENT_TRANSMIT_DTMF_CODES, buffer); in hfp_ag_handle_rfcomm_data()
H A Dhfp.h847 void hfp_emit_string_event(hfp_connection_t * hfp_connection, uint8_t event_subtype, const char * v…
H A Dhfp_hf.c995 hfp_emit_string_event(hfp_connection, HFP_SUBEVENT_TRANSMIT_DTMF_CODES, buffer); in hfp_hf_run_for_context()
1420hfp_emit_string_event(hfp_connection, HFP_SUBEVENT_NUMBER_FOR_VOICE_TAG, hfp_connection->bnip_numb… in hfp_hf_handle_rfcomm_command()
1534 hfp_emit_string_event(hfp_connection, HFP_SUBEVENT_AT_MESSAGE_RECEIVED, (char *) packet); in hfp_hf_handle_rfcomm_data()
H A Dhfp.c288 hfp_emit_string_event(hfp_connection, HFP_SUBEVENT_AT_MESSAGE_SENT, command); in send_str_over_rfcomm()
517 void hfp_emit_string_event(hfp_connection_t * hfp_connection, uint8_t event_subtype, const char * v… in hfp_emit_string_event() function