Searched refs:rfc_send_dm (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_port_fsm.c149 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, FALSE);
153 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, FALSE);
259 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
305 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
492 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
496 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
501 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, FALSE);
549 rfc_send_dm(p_mcb, dlci, FALSE);
H A Drfc_mx_fsm.c159 rfc_send_dm (p_mcb, RFCOMM_MX_DLCI, TRUE);
163 rfc_send_dm (p_mcb, RFCOMM_MX_DLCI, FALSE);
404 rfc_send_dm (p_mcb, RFCOMM_MX_DLCI, TRUE);
527 rfc_send_dm (p_mcb, RFCOMM_MX_DLCI, FALSE);
H A Drfc_l2cap_if.c347 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf);
354 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, TRUE);
H A Drfc_int.h328 extern void rfc_send_dm (tRFC_MCB *p_rfc_mcb, UINT8 dlci, BOOLEAN pf);
H A Dport_rfc.c307 rfc_send_dm(p_mcb, dlci, FALSE);
H A Drfc_ts_frames.c98 ** Function rfc_send_dm
103 void rfc_send_dm (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN pf) function

Completed in 54 milliseconds