commit | 75c2aeb8bd02ed26142714377bfa6e1d8bef03b7 | [log] [tgz] |
---|---|---|
author | Jonathan Rico <jonathan.rico@nordicsemi.no> | Thu Jan 11 10:47:22 2024 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jan 15 09:58:58 2024 +0100 |
tree | ca1c28115bb3998578b7dcff7c602372304926ca | |
parent | 7b42e36c68f3ecc476bb35b3066d5c5d8a639953 [diff] |
Bluetooth: L2CAP: stop stealing buffers from SDU pool It seems like a nice idea at first, but leads to hard-to-debug situations for the application. The previous behavior can be implemented by the app by defining `alloc_seg` and allocating from the same pool as `buf`. Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>