Home
last modified time | relevance | path

Searched refs:credits_given (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c1179 tBTA_JV_STATUS BTA_JvRfcommFlowControl(UINT32 handle, UINT16 credits_given) in BTA_JvRfcommFlowControl() argument
1194 p_msg->credits_given = credits_given; in BTA_JvRfcommFlowControl()
1195 APPL_TRACE_API( "credits given %d", credits_given); in BTA_JvRfcommFlowControl()
Dbta_jv_act.c2416 PORT_FlowControl_GiveCredit(p_pcb->port_handle, TRUE, fc->credits_given); in bta_jv_rfcomm_flow_control()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h442 extern int PORT_FlowControl_GiveCredit (UINT16 handle, BOOLEAN enable, UINT16 credits_given);
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/
Dbta_jv_int.h334 UINT16 credits_given; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c913 int PORT_FlowControl_GiveCredit (UINT16 handle, BOOLEAN enable, UINT16 credits_given) in PORT_FlowControl_GiveCredit() argument
919 RFCOMM_TRACE_DEBUG("%s handle:%d enable: %d, cred %d", __func__, handle, enable, credits_given); in PORT_FlowControl_GiveCredit()
940 port_flow_control_peer(p_port, TRUE, credits_given); in PORT_FlowControl_GiveCredit()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h935 extern tBTA_JV_STATUS BTA_JvRfcommFlowControl(UINT32 handle, UINT16 credits_given);