Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.c751 UINT16 high_pri_link_quota = L2CAP_HIGH_PRI_MIN_XMIT_QUOTA_A; in l2c_link_adjust_allocation() local
775 while ( (num_hipri_links * high_pri_link_quota + low_quota) > controller_xmit_quota ) in l2c_link_adjust_allocation()
776 high_pri_link_quota--; in l2c_link_adjust_allocation()
779 hi_quota = num_hipri_links * high_pri_link_quota; in l2c_link_adjust_allocation()
817 p_lcb->link_xmit_quota = high_pri_link_quota; in l2c_link_adjust_allocation()
Dl2c_ble.c1038 UINT16 high_pri_link_quota = L2CAP_HIGH_PRI_MIN_XMIT_QUOTA_A; in l2c_ble_link_adjust_allocation() local
1062 while ( (num_hipri_links * high_pri_link_quota + low_quota) > controller_xmit_quota ) in l2c_ble_link_adjust_allocation()
1063 high_pri_link_quota--; in l2c_ble_link_adjust_allocation()
1067 hi_quota = num_hipri_links * high_pri_link_quota; in l2c_ble_link_adjust_allocation()
1104 p_lcb->link_xmit_quota = high_pri_link_quota; in l2c_ble_link_adjust_allocation()