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

  /system/bt/stack/rfcomm/
rfc_port_fsm.cc 152 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, false);
156 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, false);
267 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, true);
314 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, true);
506 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, true);
510 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, true);
515 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, false);
560 rfc_send_dm(p_mcb, dlci, false);
rfc_mx_fsm.cc 162 rfc_send_dm(p_mcb, RFCOMM_MX_DLCI, true);
166 rfc_send_dm(p_mcb, RFCOMM_MX_DLCI, false);
399 rfc_send_dm(p_mcb, RFCOMM_MX_DLCI, true);
521 rfc_send_dm(p_mcb, RFCOMM_MX_DLCI, false);
rfc_l2cap_if.cc 329 rfc_send_dm(p_mcb, rfc_cb.rfc.rx_frame.dlci, rfc_cb.rfc.rx_frame.pf);
340 rfc_send_dm(p_mcb, rfc_cb.rfc.rx_frame.dlci, true);
rfc_int.h 321 extern void rfc_send_dm(tRFC_MCB* p_rfc_mcb, uint8_t dlci, bool pf);
port_rfc.cc 289 rfc_send_dm(p_mcb, dlci, false);
    [all...]
rfc_ts_frames.cc 91 * Function rfc_send_dm
96 void rfc_send_dm(tRFC_MCB* p_mcb, uint8_t dlci, bool pf) { function

Completed in 81 milliseconds