Home
last modified time | relevance | path

Searched refs:RFC_STATE_DISC_WAIT_UA (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_port_fsm.cc101 case RFC_STATE_DISC_WAIT_UA: in rfc_port_sm_execute()
201 p_port->rfc.state = RFC_STATE_DISC_WAIT_UA; in rfc_port_sm_sabme_wait_ua()
425 p_port->rfc.state = RFC_STATE_DISC_WAIT_UA; in rfc_port_sm_opened()
Drfc_int.h166 #define RFC_STATE_DISC_WAIT_UA 5 macro