Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_ble.c824 UINT16 high_pri_link_quota = L2CAP_HIGH_PRI_MIN_XMIT_QUOTA_A; in l2c_ble_link_adjust_allocation() local
848 while ( (num_hipri_links * high_pri_link_quota + low_quota) > controller_xmit_quota ) in l2c_ble_link_adjust_allocation()
849 high_pri_link_quota--; in l2c_ble_link_adjust_allocation()
853 hi_quota = num_hipri_links * high_pri_link_quota; in l2c_ble_link_adjust_allocation()
890 p_lcb->link_xmit_quota = high_pri_link_quota; in l2c_ble_link_adjust_allocation()
Dl2c_link.c709 UINT16 high_pri_link_quota = L2CAP_HIGH_PRI_MIN_XMIT_QUOTA_A; 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()
734 high_pri_link_quota--; in l2c_link_adjust_allocation()
737 hi_quota = num_hipri_links * high_pri_link_quota; in l2c_link_adjust_allocation()
775 p_lcb->link_xmit_quota = high_pri_link_quota; in l2c_link_adjust_allocation()