Home
last modified time | relevance | path

Searched refs:sent_not_acked (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_link.cc680 l2cb.round_robin_unacked += p_lcb->sent_not_acked; in l2c_link_adjust_allocation()
694 p_lcb->sent_not_acked, l2cb.round_robin_unacked); in l2c_link_adjust_allocation()
701 (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)) { in l2c_link_adjust_allocation()
980 l2cb.controller_le_xmit_window, p_lcb->sent_not_acked, in l2c_link_check_send_pkts()
988 (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)) { in l2c_link_check_send_pkts()
1006 (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)) { in l2c_link_check_send_pkts()
1021 (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)) { in l2c_link_check_send_pkts()
1060 p_lcb->sent_not_acked++; in l2c_link_send_to_lower_br_edr()
1079 if (num_segs > (p_lcb->link_xmit_quota - p_lcb->sent_not_acked)) { in l2c_link_send_to_lower_br_edr()
1080 num_segs = (p_lcb->link_xmit_quota - p_lcb->sent_not_acked); in l2c_link_send_to_lower_br_edr()
[all …]
Dl2c_int.h470 uint16_t sent_not_acked; /* Num packets sent but not acked */ member
472 if (sent_not_acked > packets_acked) in update_outstanding_packets()
473 sent_not_acked -= packets_acked; in update_outstanding_packets()
475 sent_not_acked = 0; in update_outstanding_packets()
Dl2c_ble.cc1182 l2cb.ble_round_robin_unacked += p_lcb->sent_not_acked; in l2c_ble_link_adjust_allocation()
1196 p_lcb->sent_not_acked, l2cb.round_robin_unacked); in l2c_ble_link_adjust_allocation()
1203 (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)) { in l2c_ble_link_adjust_allocation()
Dl2c_utils.cc164 if (p_lcb->sent_not_acked > 0) { in l2cu_release_lcb()
166 l2cb.controller_le_xmit_window += p_lcb->sent_not_acked; in l2cu_release_lcb()
171 l2cb.controller_xmit_window += p_lcb->sent_not_acked; in l2cu_release_lcb()