Home
last modified time | relevance | path

Searched refs:RFC_EVENT_UIH (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c149 case RFC_EVENT_UIH: in rfc_port_sm_state_closed()
224 case RFC_EVENT_UIH: in rfc_port_sm_sabme_wait_ua()
293 case RFC_EVENT_UIH: in rfc_port_sm_term_wait_sec_check()
358 case RFC_EVENT_UIH: in rfc_port_sm_orig_wait_sec_check()
435 case RFC_EVENT_UIH: in rfc_port_sm_opened()
490 case RFC_EVENT_UIH: in rfc_port_sm_disc_wait_ua()
Drfc_l2cap_if.c323 if (event == RFC_EVENT_UIH) { in RFCOMM_BufDataInd()
356 if (event == RFC_EVENT_UIH) { in RFCOMM_BufDataInd()
Drfc_mx_fsm.c191 case RFC_EVENT_UIH: in rfc_mx_sm_state_idle()
543 case RFC_EVENT_UIH: in rfc_mx_sm_state_disc_wait_ua()
Drfc_ts_frames.c726 return (RFC_EVENT_UIH); in rfc_parse_data()
728 return (RFC_EVENT_UIH); in rfc_parse_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h166 #define RFC_EVENT_UIH 4 macro