Searched refs:rfc_send_ua (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_mx_fsm.cc | 405 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_wait_sabme() 423 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_wait_sabme() 479 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_connected() 549 rfc_send_ua(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_sm_state_disc_wait_ua()
|
D | rfc_port_fsm.cc | 266 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_sabme_wait_ua() 274 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_sabme_wait_ua() 346 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check() 360 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check() 512 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened() 526 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
|
D | rfc_int.h | 250 void rfc_send_ua(tRFC_MCB* p_rfc_mcb, uint8_t dlci);
|
D | rfc_ts_frames.cc | 77 void rfc_send_ua(tRFC_MCB* p_mcb, uint8_t dlci) { in rfc_send_ua() function
|