Home
last modified time | relevance | path

Searched refs:PORT_FC_CREDIT (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_port_if.cc151 flow = (p_mcb->flow == PORT_FC_UNDEFINED) ? PORT_FC_CREDIT : p_mcb->flow; in RFCOMM_ParameterNegotiationRequest()
154 if (flow == PORT_FC_CREDIT) { in RFCOMM_ParameterNegotiationRequest()
Drfc_utils.cc376 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_inc_credit()
397 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_dec_credit()
Dport_rfc.cc325 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegInd()
342 } else if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegInd()
384 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegCnf()
398 if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegCnf()
Drfc_port_fsm.cc248 p_port->rfc.p_mcb->flow == PORT_FC_CREDIT); in rfc_port_sm_sabme_wait_ua()
383 p_port->rfc.p_mcb->flow == PORT_FC_CREDIT); in rfc_port_sm_term_wait_sec_check()
490 if ((p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) && in rfc_port_sm_opened()
824 if (p_port->rfc.p_mcb->flow != PORT_FC_CREDIT) { in rfc_process_msc()
Dport_int.h45 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */ macro
Dport_utils.cc455 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in port_flow_control_peer()
Drfc_ts_frames.cc553 if ((p_mcb->flow == PORT_FC_CREDIT) && (p_frame->type == RFCOMM_UIH) && in rfc_parse_data()
Dport_api.cc647 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in PORT_FlowControl_MaxCredit()