Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_mx_fsm.cc390 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_wait_sabme()
408 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_wait_sabme()
459 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_connected()
523 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_disc_wait_ua()
Drfc_port_fsm.cc240 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_sabme_wait_ua()
248 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_sabme_wait_ua()
319 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check()
333 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check()
458 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
470 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
Drfc_int.h325 extern void rfc_send_ua(tRFC_MCB* p_rfc_mcb, uint8_t dlci);
Drfc_ts_frames.cc70 void rfc_send_ua(tRFC_MCB* p_mcb, uint8_t dlci) { in rfc_send_ua() function