Lines Matching refs:bytes
475 uint8_t *bytes = ConvertHexStringToBytes(response, responseLen); in SmsStatusReportNotify() local
476 if (bytes == nullptr) { in SmsStatusReportNotify()
483 uint8_t *temp = bytes; in SmsStatusReportNotify()
488 SafeFrees(bytes); in SmsStatusReportNotify()
513 uint8_t *bytes = ConvertHexStringToBytes(smsResponse->pdu, responseLen); in NewSmsNotify() local
514 if (bytes == nullptr) { in NewSmsNotify()
522 uint8_t *temp = bytes; in NewSmsNotify()
527 SafeFrees(bytes); in NewSmsNotify()
544 uint8_t *bytes = ConvertHexStringToBytes(message->pdu, strlen(message->pdu)); in NewCdmaSmsNotify() local
545 if (bytes == nullptr) { in NewCdmaSmsNotify()
549 uint8_t *temp = bytes; in NewCdmaSmsNotify()
554 SafeFrees(bytes); in NewCdmaSmsNotify()