Home
last modified time | relevance | path

Searched defs:event_subtype (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Dhsp_hs.c143 static void emit_event(uint8_t event_subtype){ in emit_event()
153 static void emit_event_with_value(uint8_t event_subtype, uint8_t value){ in emit_event_with_value()
H A Dhsp_ag.c145 static void emit_event(uint8_t event_subtype){ in emit_event()
155 static void emit_event_with_value(uint8_t event_subtype, uint8_t value){ in emit_event_with_value()
H A Dhfp.c378 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()
517 void hfp_emit_string_event(hfp_connection_t * hfp_connection, uint8_t event_subtype, const char * v… in hfp_emit_string_event()
H A Dhfp_hf.c159 …void hfp_hf_emit_type_number_alpha(const hfp_connection_t * hfp_connection, uint8_t event_subtype){ in hfp_hf_emit_type_number_alpha()
H A Dhfp_ag.c885 static void hfp_ag_emit_general_simple_event(uint8_t event_subtype){ in hfp_ag_emit_general_simple_event()