Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c121 case RFC_EVENT_CLOSE: in rfc_port_sm_state_closed()
186 case RFC_EVENT_CLOSE: in rfc_port_sm_sabme_wait_ua()
267 case RFC_EVENT_CLOSE: in rfc_port_sm_term_wait_sec_check()
348 case RFC_EVENT_CLOSE: in rfc_port_sm_orig_wait_sec_check()
383 case RFC_EVENT_CLOSE: in rfc_port_sm_opened()
Drfc_port_if.c362 rfc_port_sm_execute(port_find_mcb_dlci_port (p_mcb, dlci), RFC_EVENT_CLOSE, 0); in RFCOMM_DlcReleaseReq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h193 #define RFC_EVENT_CLOSE 12 macro