Searched refs:rfc_send_ua (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/stack/rfcomm/ |
H A D | rfc_mx_fsm.cc | 391 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 D | rfc_port_fsm.cc | 250 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 D | rfc_int.h | 335 extern void rfc_send_ua(tRFC_MCB* p_rfc_mcb, uint8_t dlci);
|
H A D | rfc_ts_frames.cc | 71 void rfc_send_ua(tRFC_MCB* p_mcb, uint8_t dlci) { in rfc_send_ua() function
|