Searched refs:uExpectedType (Results 1 – 1 of 1) sorted by relevance
2560 uint8_t uExpectedType = QCBOR_TYPE_TEXT_STRING; in QCBOR_Private_ProcessTaggedString() local2562 uExpectedType = QCBOR_TYPE_BYTE_STRING; in QCBOR_Private_ProcessTaggedString()2565 if(pDecodedItem->uDataType != uExpectedType) { in QCBOR_Private_ProcessTaggedString()