HomeSort by relevance Sort by last modified time
    Searched refs:rfc_send_dm (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_fsm.c 149 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);
rfc_mx_fsm.c 159 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);
rfc_l2cap_if.c 347 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);
rfc_int.h 328 extern void rfc_send_dm (tRFC_MCB *p_rfc_mcb, UINT8 dlci, BOOLEAN pf);
port_rfc.c 308 rfc_send_dm(p_mcb, dlci, FALSE);
    [all...]
rfc_ts_frames.c 98 ** Function rfc_send_dm
103 void rfc_send_dm (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN pf) function

Completed in 195 milliseconds