Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_link.c1120 (l2cb.ble_round_robin_unacked >= l2cb.ble_round_robin_quota || in l2c_link_check_send_pkts()
1168 && (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota) in l2c_link_check_send_pkts()
1259 l2cb.ble_round_robin_unacked++; in l2c_link_send_to_lower()
1326 l2cb.ble_round_robin_unacked += num_segs; in l2c_link_send_to_lower()
1358 l2cb.ble_round_robin_quota, l2cb.ble_round_robin_unacked); in l2c_link_send_to_lower()
1427 if (l2cb.ble_round_robin_unacked > num_sent) in l2c_link_process_num_completed_pkts()
1428 l2cb.ble_round_robin_unacked -= num_sent; in l2c_link_process_num_completed_pkts()
1430 l2cb.ble_round_robin_unacked = 0; in l2c_link_process_num_completed_pkts()
1462 && (l2cb.ble_round_robin_unacked < l2cb.ble_round_robin_quota))) in l2c_link_process_num_completed_pkts()
1478 l2cb.ble_check_round_robin, l2cb.ble_round_robin_unacked); in l2c_link_process_num_completed_pkts()
[all …]
Dl2c_ble.c1044 l2cb.ble_round_robin_quota = l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1082 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1090 l2cb.ble_round_robin_unacked = 0; in l2c_ble_link_adjust_allocation()
1112 l2cb.ble_round_robin_unacked += p_lcb->sent_not_acked; in l2c_ble_link_adjust_allocation()
Dl2c_int.h508 …UINT16 ble_round_robin_unacked; /* Round-robin unacked */ member