Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_utils.c438 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_inc_credit()
462 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_dec_credit()
Dport_rfc.c329 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegInd()
341 } else if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegInd()
390 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegCnf()
404 if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegCnf()
Drfc_port_if.c165 if (flow == PORT_FC_CREDIT) { in RFCOMM_ParNegReq()
Drfc_port_fsm.c398 if ((p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) in rfc_port_sm_opened()
713 if (p_port->rfc.p_mcb->flow != PORT_FC_CREDIT) { in rfc_process_msc()
Dport_api.c798 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in PORT_FlowControl()
869 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) {
938 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in PORT_FlowControl_GiveCredit()
Dport_utils.c499 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in port_flow_control_peer()
Drfc_ts_frames.c655 if ((p_mcb->flow == PORT_FC_CREDIT) && (p_frame->type == RFCOMM_UIH) && in rfc_parse_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h50 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */ macro
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1663 #define PORT_FC_DEFAULT PORT_FC_CREDIT