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