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 711 PORT_FlowInd(p_mcb, p_frame->dlci, (bool)!new_peer_fc);
791 if (!p_mcb->l2cap_congested) PORT_FlowInd(p_mcb, 0, true);
807 if (!p_mcb->l2cap_congested) PORT_FlowInd(p_mcb, 0, false);
829 PORT_FlowInd(p_mcb, 0, true);
831 PORT_FlowInd(p_mcb, 0, false);
rfc_int.h 365 extern void PORT_FlowInd(tRFC_MCB* p_mcb, uint8_t dlci, bool fc);
rfc_utils.cc 395 PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, true);
port_rfc.cc 841 * Function PORT_FlowInd
847 void PORT_FlowInd(tRFC_MCB* p_mcb, uint8_t dlci, bool enable_data) {
852 RFCOMM_TRACE_EVENT("PORT_FlowInd fc:%d", enable_data);
    [all...]

Completed in 100 milliseconds