Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_utils.cc378 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_inc_credit()
399 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_dec_credit()
Dport_rfc.cc316 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegInd()
333 } else if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegInd()
386 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegCnf()
400 if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegCnf()
Dport_int.h51 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */ macro
Drfc_port_if.cc150 if (flow == PORT_FC_CREDIT) { in RFCOMM_ParameterNegotiationRequest()
Drfc_port_fsm.cc440 if ((p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) && in rfc_port_sm_opened()
763 if (p_port->rfc.p_mcb->flow != PORT_FC_CREDIT) { in rfc_process_msc()
Dport_utils.cc457 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in port_flow_control_peer()
Dport_api.cc796 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in PORT_FlowControl()
863 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in PORT_FlowControl_MaxCredit()
Drfc_ts_frames.cc545 if ((p_mcb->flow == PORT_FC_CREDIT) && (p_frame->type == RFCOMM_UIH) && in rfc_parse_data()
/system/bt/internal_include/
Dbt_target.h851 #define PORT_FC_DEFAULT PORT_FC_CREDIT