Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ble.c800 UINT16 controller_xmit_quota = l2cb.num_lm_ble_bufs; in l2c_ble_link_adjust_allocation() local
825 while ( (num_hipri_links * high_pri_link_quota + low_quota) > controller_xmit_quota ) in l2c_ble_link_adjust_allocation()
831 low_quota = (hi_quota < controller_xmit_quota) ? controller_xmit_quota - hi_quota : 1; in l2c_ble_link_adjust_allocation()
Dl2c_link.c708 UINT16 controller_xmit_quota = l2cb.num_lm_acl_bufs; in l2c_link_adjust_allocation() local
733 while ( (num_hipri_links * high_pri_link_quota + low_quota) > controller_xmit_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()