Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/rfcomm/
H A Drfc_mx_fsm.cc391 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_wait_sabme()
409 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_wait_sabme()
460 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_connected()
522 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_disc_wait_ua()
H A Drfc_port_fsm.cc250 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_sabme_wait_ua()
258 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_sabme_wait_ua()
329 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check()
343 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check()
468 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
480 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
H A Drfc_int.h335 extern void rfc_send_ua(tRFC_MCB* p_rfc_mcb, uint8_t dlci);
H A Drfc_ts_frames.cc71 void rfc_send_ua(tRFC_MCB* p_mcb, uint8_t dlci) { in rfc_send_ua() function