commit | f0e6b400e440c9926f752a62b686c6e2cc6ede33 | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joakim.andersson@nordicsemi.no> | Mon May 03 13:52:51 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 06 14:56:18 2021 +0200 |
tree | d94d95dcee65f8102084ea1941299edbb49faaae | |
parent | 11bfbf83ee872946358970f2a5574020828f55d9 [diff] |
Bluetooth: OTS: Update OTS to use correct reserve define Update the L2CAP OTS implementation to use the correct reserve defitition. By not using the correct definition the stack always allocates a new segment for the packet, which puts more stress on the stack buffers. Update TX data size to be more intuitive by adding the overhead, instead of subtracting it. This increases the default MTU of the implementation. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>