Searched refs:CoapSoftBusDecode (Results 1 – 3 of 3) sorted by relevance
83 int32_t CoapSoftBusDecode(CoapPacket *pkt, const uint8_t *buf, uint32_t bufLen);
117 CoapSoftBusDecode(&decodePacket, recvBuffer, nRead); in HandleReadEvent()
254 int32_t CoapSoftBusDecode(CoapPacket *pkt, const uint8_t *buf, uint32_t bufLen) in CoapSoftBusDecode() function