Searched refs:pSubackCodes (Results 1 – 2 of 2) sorted by relevance
211 uint8_t * pSubackCodes );603 uint8_t * pSubackCodes = NULL; in handleAcks() local609 …pSubackCodes = ( packetType == MQTT_PACKET_TYPE_SUBACK ) ? ( pPacketInfo->pRemainingData + 2U ) : … in handleAcks()614 pSubackCodes ); in handleAcks()765 uint8_t * pSubackCodes ) in concludeCommand() argument776 returnInfo.pSubackCodes = pSubackCodes; in concludeCommand()
105 uint8_t * pSubackCodes; /**< Array of SUBACK statuses, for a SUBSCRIBE command. */ member