Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/rfcomm/
H A Drfc_utils.cc377 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_inc_credit()
398 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_dec_credit()
H A Dport_rfc.cc315 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegInd()
332 } else if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegInd()
385 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegCnf()
399 if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegCnf()
H A Dport_int.h41 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */ macro
H A Drfc_port_if.cc152 if (flow == PORT_FC_CREDIT) { in RFCOMM_ParameterNegotiationRequest()
H A Drfc_port_fsm.cc450 if ((p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) && in rfc_port_sm_opened()
773 if (p_port->rfc.p_mcb->flow != PORT_FC_CREDIT) { in rfc_process_msc()
H A Dport_utils.cc459 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in port_flow_control_peer()
H A Dport_api.cc650 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in PORT_FlowControl_MaxCredit()
H A Drfc_ts_frames.cc546 if ((p_mcb->flow == PORT_FC_CREDIT) && (p_frame->type == RFCOMM_UIH) && in rfc_parse_data()
/aosp12/system/bt/internal_include/
H A Dbt_target.h760 #define PORT_FC_DEFAULT PORT_FC_CREDIT