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 150 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, FALSE);
154 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, FALSE);
260 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
306 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
493 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
497 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
502 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, FALSE);
550 rfc_send_dm(p_mcb, dlci, FALSE);
rfc_mx_fsm.c 160 rfc_send_dm (p_mcb, RFCOMM_MX_DLCI, TRUE);
164 rfc_send_dm (p_mcb, RFCOMM_MX_DLCI, FALSE);
407 rfc_send_dm (p_mcb, RFCOMM_MX_DLCI, TRUE);
532 rfc_send_dm (p_mcb, RFCOMM_MX_DLCI, FALSE);
rfc_l2cap_if.c 350 rfc_send_dm (p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf);
357 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 309 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 132 milliseconds