Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c184 case RFC_EVENT_DM: in rfc_mx_sm_state_idle()
366 case RFC_EVENT_DM: in rfc_mx_sm_sabme_wait_ua()
505 case RFC_EVENT_DM: in rfc_mx_sm_state_disc_wait_ua()
Drfc_port_fsm.c145 case RFC_EVENT_DM: in rfc_port_sm_state_closed()
207 case RFC_EVENT_DM: in rfc_port_sm_sabme_wait_ua()
418 case RFC_EVENT_DM: in rfc_port_sm_opened()
478 case RFC_EVENT_DM: in rfc_port_sm_disc_wait_ua()
Drfc_ts_frames.c703 return (RFC_EVENT_DM); in rfc_parse_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h164 #define RFC_EVENT_DM 2 macro