Skip to content

Commit 8d7c1bc

Browse files
jori-nordicfabiobaltieri
authored andcommitted
Bluetooth: remove forgotten TODO
It's already done. Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
1 parent 08706f9 commit 8d7c1bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/bluetooth/host/conn.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,6 @@ void bt_conn_tx_processor(void)
10481048

10491049
bool last_buf = conn_mtu(conn) >= buf_len;
10501050

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

0 commit comments

Comments
 (0)