Home
last modified time | relevance | path

Searched refs:hi_quota (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c732 UINT16 hi_quota, low_quota; in l2c_link_adjust_allocation() local
765 hi_quota = num_hipri_links * high_pri_link_quota; in l2c_link_adjust_allocation()
766 low_quota = (hi_quota < controller_xmit_quota) ? controller_xmit_quota - hi_quota : 1; in l2c_link_adjust_allocation()
Dl2c_ble.c1126 UINT16 hi_quota, low_quota; in l2c_ble_link_adjust_allocation() local
1160 hi_quota = num_hipri_links * high_pri_link_quota; in l2c_ble_link_adjust_allocation()
1161 low_quota = (hi_quota < controller_xmit_quota) ? controller_xmit_quota - hi_quota : 1; in l2c_ble_link_adjust_allocation()