Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_link.cc650 l2cb.round_robin_unacked += p_lcb->sent_not_acked; in l2c_link_adjust_allocation()
663 log::debug("SentNotAcked: {} RRUnacked: {}", p_lcb->sent_not_acked, in l2c_link_adjust_allocation()
671 (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)) { in l2c_link_adjust_allocation()
946 l2cb.controller_le_xmit_window, p_lcb->sent_not_acked, in l2c_link_check_send_pkts()
954 (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)) { in l2c_link_check_send_pkts()
973 (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)) { in l2c_link_check_send_pkts()
990 (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)) { in l2c_link_check_send_pkts()
1022 p_lcb->sent_not_acked++; in l2c_link_send_to_lower_br_edr()
1030 p_lcb->sent_not_acked, l2cb.round_robin_quota, l2cb.round_robin_unacked); in l2c_link_send_to_lower_br_edr()
1039 p_lcb->sent_not_acked++; in l2c_link_send_to_lower_ble()
[all …]
Dl2c_int.h468 uint16_t sent_not_acked; /* Num packets sent but not acked */ member
470 if (sent_not_acked > packets_acked) in update_outstanding_packets()
471 sent_not_acked -= packets_acked; in update_outstanding_packets()
473 sent_not_acked = 0; in update_outstanding_packets()
Dl2c_ble.cc1039 l2cb.ble_round_robin_unacked += p_lcb->sent_not_acked; in l2c_ble_link_adjust_allocation()
1052 log::verbose("SentNotAcked: {} RRUnacked: {}", p_lcb->sent_not_acked, in l2c_ble_link_adjust_allocation()
1060 (p_lcb->sent_not_acked < p_lcb->link_xmit_quota)) { in l2c_ble_link_adjust_allocation()
Dl2c_utils.cc165 if (p_lcb->sent_not_acked > 0) { in l2cu_release_lcb()
167 l2cb.controller_le_xmit_window += p_lcb->sent_not_acked; in l2cu_release_lcb()
172 l2cb.controller_xmit_window += p_lcb->sent_not_acked; in l2cu_release_lcb()