commit | a87e8dce7db485a38c3c259358eac5f01e7fea3c | [log] [tgz] |
---|---|---|
author | Troels Nilsson <trnn@demant.com> | Wed Mar 12 12:53:30 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue Mar 25 22:13:45 2025 +0100 |
tree | f20f72653055e0e0cf743678bcd9ed4bd23dfe3f | |
parent | d56da370de4482b9f08c67f9a3148aaf04ac1e89 [diff] |
Bluetooth: Controller: Fix lost_payloads calculation for FT > 1 The lost_payloads calculation in ull_conn_iso_start() could easily end up negative for CIS with FT > 1; Add a check to avoid this Signed-off-by: Troels Nilsson <trnn@demant.com>