Commit 7bea193
committed
[nrf noup] bluetooth: att: Fix
The `delay ATT sent callback until data transmission is done by
controller` feature introduces an extra `net_buf` reference which is
removed on sent callback. Make sure to remove the reference on BLE
disconnection to free the buffer as the registered sent callback will
not be called.
Jira: NCSDK-35650
Signed-off-by: Marek Pieta <[email protected]>CONFIG_BT_ATT_SENT_CB_AFTER_TX
1 parent 69ad052 commit 7bea193
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
277 | 283 | | |
278 | 284 | | |
279 | 285 | | |
| |||
0 commit comments