Skip to content

Commit

Permalink
Bluetooth: remove forgotten TODO
Browse files Browse the repository at this point in the history
It's already done.

Signed-off-by: Jonathan Rico <[email protected]>
  • Loading branch information
jori-nordic authored and fabiobaltieri committed Aug 1, 2024
1 parent 08706f9 commit 8d7c1bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subsys/bluetooth/host/conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,6 @@ void bt_conn_tx_processor(void)

bool last_buf = conn_mtu(conn) >= buf_len;

/* TODO: add sdu_sent callback on last PDU */
if (last_buf) {
/* Only pull the callback info from the last buffer.
* We still allocate one TX context per-fragment though.
Expand Down

0 comments on commit 8d7c1bc

Please sign in to comment.