Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h674 extern void l2cu_send_peer_ble_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value);
800 extern void l2cble_send_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c1518 void l2cble_send_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value) in l2cble_send_flow_control_credit() argument
1530 l2cu_send_peer_ble_flow_control_credit(p_ccb, credit_value); in l2cble_send_flow_control_credit()
Dl2c_utils.c3140 void l2cu_send_peer_ble_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value) in l2cu_send_peer_ble_flow_control_credit() argument
3168 UINT16_TO_STREAM (p, credit_value); in l2cu_send_peer_ble_flow_control_credit()