We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3107bb commit 9fefb7dCopy full SHA for 9fefb7d
features/FEATURE_BLE/targets/TARGET_CORDIO_LL/stack/controller/sources/ble/lctr/lctr_main_conn.c
@@ -514,14 +514,16 @@ void lctrFreeConnCtx(lctrConnCtx_t *pCtx)
514
WsfMsgFree(pBuf);
515
}
516
517
+ uint16_t handle = LCTR_GET_CONN_HANDLE(pCtx);
518
+
519
+ lmgrPersistCb.sendCompCback(handle, numTxBufs);
520
521
/* Cleanup timers. */
522
WsfTimerStop(&pCtx->tmrSupTimeout);
523
WsfTimerStop(&pCtx->tmrProcRsp);
524
WsfTimerStop(&pCtx->tmrPingTimeout);
525
WsfTimerStop(&pCtx->tmrAuthTimeout);
526
- uint16_t handle = LCTR_GET_CONN_HANDLE(pCtx);
-
527
/* VS cleanup. */
528
if (pLctrVsHdlrs && pLctrVsHdlrs->connCleanup)
529
{
0 commit comments