Update hci_tr.c

Handled fragmented packet case also.
pull/12637/head
Vishal Bhargava 2020-03-17 11:57:14 +05:30 committed by GitHub
parent 2a4e48179d
commit 5b65d3b119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ void hciTrSendAclData(void *pContext, uint8_t *pData)
/* pData is not freed as the hciDrvWrite took ownership of the WSF buffer */
#else
/* free buffer */
WsfMsgFree(pData);
hciCoreTxAclComplete((hciCoreConn_t *)pContext, pData);
#endif // CORDIO_ZERO_COPY_HCI
}
}