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.
2 parents ef2c1c8 + 4ea64cb commit 4f4c8c4Copy full SHA for 4f4c8c4
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