Home
last modified time | relevance | path

Searched refs:PORT_FlowControl_GiveCredit (Results 1 – 3 of 3) sorted by relevance

/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/stack/rfcomm/
Dport_api.c913 int PORT_FlowControl_GiveCredit (UINT16 handle, BOOLEAN enable, UINT16 credits_given) in PORT_FlowControl_GiveCredit() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c2416 PORT_FlowControl_GiveCredit(p_pcb->port_handle, TRUE, fc->credits_given); in bta_jv_rfcomm_flow_control()