Searched refs:credits_given (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_api.c | 1179 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()
|
D | bta_jv_act.c | 2416 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/ |
D | port_api.h | 442 extern int PORT_FlowControl_GiveCredit (UINT16 handle, BOOLEAN enable, UINT16 credits_given);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/include/ |
D | bta_jv_int.h | 334 UINT16 credits_given; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | port_api.c | 913 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/ |
D | bta_jv_api.h | 935 extern tBTA_JV_STATUS BTA_JvRfcommFlowControl(UINT32 handle, UINT16 credits_given);
|