Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ble.c820 UINT16 hi_quota, low_quota; in l2c_ble_link_adjust_allocation() local
853 hi_quota = num_hipri_links * high_pri_link_quota; in l2c_ble_link_adjust_allocation()
854 low_quota = (hi_quota < controller_xmit_quota) ? controller_xmit_quota - hi_quota : 1; in l2c_ble_link_adjust_allocation()
Dl2c_link.c705 UINT16 hi_quota, low_quota; in l2c_link_adjust_allocation() local
737 hi_quota = num_hipri_links * high_pri_link_quota; in l2c_link_adjust_allocation()
738 low_quota = (hi_quota < controller_xmit_quota) ? controller_xmit_quota - hi_quota : 1; in l2c_link_adjust_allocation()