Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_int.h636 extern void l2cu_send_peer_ble_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value);
776 extern void l2cble_send_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value);
Dl2c_ble.c1344 void l2cble_send_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value) in l2cble_send_flow_control_credit() argument
1355 l2cu_send_peer_ble_flow_control_credit(p_ccb, credit_value); in l2cble_send_flow_control_credit()
Dl2c_utils.c3199 void l2cu_send_peer_ble_flow_control_credit(tL2C_CCB *p_ccb, UINT16 credit_value) in l2cu_send_peer_ble_flow_control_credit() argument
3226 UINT16_TO_STREAM (p, credit_value); in l2cu_send_peer_ble_flow_control_credit()