Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c1091 …_quota=%d",l2cb.controller_le_xmit_window,l2cb.ble_round_robin_unacked,l2cb.ble_round_robin_quota); in l2c_link_check_send_pkts()
1100 (l2cb.ble_round_robin_unacked >= l2cb.ble_round_robin_quota || in l2c_link_check_send_pkts()
1149 && (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota) in l2c_link_check_send_pkts()
1332 l2cb.ble_round_robin_quota, l2cb.ble_round_robin_unacked); in l2c_link_send_to_lower()
1431 && (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota))) { in l2c_link_process_num_completed_pkts()
Dl2c_ble.c1136 l2cb.ble_round_robin_quota = l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1167 l2cb.ble_round_robin_quota = low_quota; in l2c_ble_link_adjust_allocation()
1172 l2cb.ble_round_robin_quota = 0; in l2c_ble_link_adjust_allocation()
1179 l2cb.ble_round_robin_quota = 0; in l2c_ble_link_adjust_allocation()
1185 l2cb.ble_round_robin_quota, qq); in l2c_ble_link_adjust_allocation()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h521 …UINT16 ble_round_robin_quota; /* Round-robin link quota */ member