Searched refs:chppPlatformLinkSend (Results 1 – 6 of 6) sorted by relevance
96 enum ChppLinkErrorCode chppPlatformLinkSend(
97 enum ChppLinkErrorCode chppPlatformLinkSend( in chppPlatformLinkSend() function
27 1. enum ChppLinkErrorCode chppPlatformLinkSend(\*params, \*buf, len)
146 ## enum ChppLinkErrorCode chppPlatformLinkSend(\*params, \*buf, len)149 …chppPlatformLinkSend() is done with buf and len when it returns (i.e. the caller can free or reuse…
36 - chppPlatformLinkSend() now returns an error code instead of a boolean
1173 enum ChppLinkErrorCode error = chppPlatformLinkSend( in chppSendPendingPacket()