Home
last modified time | relevance | path

Searched refs:ble_round_robin_quota (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble.cc1241 l2cb.ble_round_robin_quota = l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1270 l2cb.ble_round_robin_quota = low_quota; in l2c_ble_link_adjust_allocation()
1275 l2cb.ble_round_robin_quota = 0; in l2c_ble_link_adjust_allocation()
1282 l2cb.ble_round_robin_quota = 0; in l2c_ble_link_adjust_allocation()
1289 num_hipri_links, num_lowpri_links, low_quota, l2cb.ble_round_robin_quota, in l2c_ble_link_adjust_allocation()
Dl2c_link.cc949 (l2cb.ble_round_robin_unacked >= l2cb.ble_round_robin_quota || in l2c_link_check_send_pkts()
990 (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota) && in l2c_link_check_send_pkts()
1103 l2cb.ble_round_robin_quota, l2cb.ble_round_robin_unacked); in l2c_link_send_to_lower_ble()
Dl2c_int.h641 uint16_t ble_round_robin_quota; /* Round-robin link quota */ member
644 return ble_round_robin_unacked < ble_round_robin_quota; in is_ble_round_robin_quota_available()