Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_stack_l2cap_ble.h247 std::function<void(tL2C_CCB* p_ccb, uint16_t credit_value)> body{
248 [](tL2C_CCB* p_ccb, uint16_t credit_value) {}};
249 void operator()(tL2C_CCB* p_ccb, uint16_t credit_value) { in operator()
250 body(p_ccb, credit_value); in operator()
Dmock_stack_l2cap_ble.cc166 void l2cble_send_flow_control_credit(tL2C_CCB* p_ccb, uint16_t credit_value) { in l2cble_send_flow_control_credit() argument
169 credit_value); in l2cble_send_flow_control_credit()
Dmock_stack_l2cap_utils.cc213 uint16_t credit_value) { in l2cu_send_peer_ble_flow_control_credit() argument
/system/bt/stack/l2cap/
Dl2c_int.h743 uint16_t credit_value);
845 uint16_t credit_value);
Dl2c_ble.cc1361 void l2cble_send_flow_control_credit(tL2C_CCB* p_ccb, uint16_t credit_value) { in l2cble_send_flow_control_credit() argument
1369 l2cu_send_peer_ble_flow_control_credit(p_ccb, credit_value); in l2cble_send_flow_control_credit()
Dl2c_utils.cc3033 uint16_t credit_value) { in l2cu_send_peer_ble_flow_control_credit() argument
3058 UINT16_TO_STREAM(p, credit_value); in l2cu_send_peer_ble_flow_control_credit()