Home
last modified time | relevance | path

Searched refs:RFC_EVENT_OPEN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c114 case RFC_EVENT_OPEN: in rfc_port_sm_state_closed()
181 case RFC_EVENT_OPEN: in rfc_port_sm_sabme_wait_ua()
266 case RFC_EVENT_OPEN: in rfc_port_sm_term_wait_sec_check()
343 case RFC_EVENT_OPEN: in rfc_port_sm_orig_wait_sec_check()
379 case RFC_EVENT_OPEN: in rfc_port_sm_opened()
461 case RFC_EVENT_OPEN: in rfc_port_sm_disc_wait_ua()
Drfc_port_if.c100 rfc_port_sm_execute(p_port, RFC_EVENT_OPEN, NULL); in RFCOMM_DlcEstablishReq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h191 #define RFC_EVENT_OPEN 9 macro