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 2a4e481 commit 5b65d3bCopy full SHA for 5b65d3b
features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/hci_tr.c
@@ -72,7 +72,7 @@ void hciTrSendAclData(void *pContext, uint8_t *pData)
72
/* pData is not freed as the hciDrvWrite took ownership of the WSF buffer */
73
#else
74
/* free buffer */
75
- WsfMsgFree(pData);
+ hciCoreTxAclComplete((hciCoreConn_t *)pContext, pData);
76
#endif // CORDIO_ZERO_COPY_HCI
77
}
78
0 commit comments