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_ble.c840 UINT16 high_pri_link_quota = L2CAP_HIGH_PRI_MIN_XMIT_QUOTA_A; in l2c_ble_link_adjust_allocation() local
864 while ( (num_hipri_links * high_pri_link_quota + low_quota) > controller_xmit_quota ) in l2c_ble_link_adjust_allocation()
865 high_pri_link_quota--; in l2c_ble_link_adjust_allocation()
869 hi_quota = num_hipri_links * high_pri_link_quota; in l2c_ble_link_adjust_allocation()
906 p_lcb->link_xmit_quota = high_pri_link_quota; in l2c_ble_link_adjust_allocation()
Dl2c_link.c722 UINT16 high_pri_link_quota = L2CAP_HIGH_PRI_MIN_XMIT_QUOTA_A; in l2c_link_adjust_allocation() local
746 while ( (num_hipri_links * high_pri_link_quota + low_quota) > controller_xmit_quota ) in l2c_link_adjust_allocation()
747 high_pri_link_quota--; in l2c_link_adjust_allocation()
750 hi_quota = num_hipri_links * high_pri_link_quota; in l2c_link_adjust_allocation()
788 p_lcb->link_xmit_quota = high_pri_link_quota; in l2c_link_adjust_allocation()