Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/rfcomm/
H A Drfc_port_fsm.cc133 case RFC_EVENT_CLOSE: in rfc_port_sm_state_closed()
207 case RFC_EVENT_CLOSE: in rfc_port_sm_sabme_wait_ua()
305 case RFC_EVENT_CLOSE: in rfc_port_sm_term_wait_sec_check()
394 case RFC_EVENT_CLOSE: in rfc_port_sm_orig_wait_sec_check()
431 case RFC_EVENT_CLOSE: in rfc_port_sm_opened()
H A Drfc_port_if.cc324 rfc_port_sm_execute(port_find_mcb_dlci_port(p_mcb, dlci), RFC_EVENT_CLOSE, in RFCOMM_DlcReleaseReq()
H A Drfc_int.h216 #define RFC_EVENT_CLOSE 12 macro