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

  /system/bt/stack/rfcomm/
rfc_port_fsm.cc 741 PORT_FlowInd(p_mcb, p_frame->dlci, (bool)!new_peer_fc);
821 if (!p_mcb->l2cap_congested) PORT_FlowInd(p_mcb, 0, true);
837 if (!p_mcb->l2cap_congested) PORT_FlowInd(p_mcb, 0, false);
858 PORT_FlowInd(p_mcb, 0, !is_congested);
rfc_int.h 364 extern void PORT_FlowInd(tRFC_MCB* p_mcb, uint8_t dlci, bool fc);
rfc_utils.cc 383 if (p_port->tx.peer_fc) PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, true);
port_rfc.cc 845 * Function PORT_FlowInd
851 void PORT_FlowInd(tRFC_MCB* p_mcb, uint8_t dlci, bool enable_data) {
856 RFCOMM_TRACE_EVENT("PORT_FlowInd fc:%d", enable_data);
    [all...]

Completed in 173 milliseconds