mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merge pull request #12637 from armPelionEdge/#12625-BLE-Cardio-Patch
Cordio: fix for issue #12625pull/12672/head
						commit
						4f4c8c48e1
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue