You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments