Skip to content
Snippets Groups Projects
Commit 50e19d79 authored by Mukesh Agrawal's avatar Mukesh Agrawal Committed by CQ bot account: commit-bot@chromium.org
Browse files

[bt][l2cap] ERTM TxEngine: add ability to receive ACKs

When we receive a new acknowledgement, we should take the steps
required by the Process-ReqSeq action (see Core Spec v5.0, Volume 3,
Part A, Sec 8.6.5.6).

We can't take all of those steps yet, because we don't have the
necessary data structures (in particular, we're missing the
retransmission queue). But implement what we can with what we have
right now.

While there: improve documentation of an existing field.

Bug: BT-442
Test: bt-host-unittests

Change-Id: I1c966edc163442181785c063a0e361254f91b1da
parent 53949947
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment