Home
last modified time | relevance | path

Searched refs:rtdTypeBytes (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp447 std::vector<unsigned char> rtdTypeBytes; in ConvertNdefRecordToJS() local
448 NfcSdkCommon::HexStringToBytes(ndefRecord->tagRtdType_, rtdTypeBytes); in ConvertNdefRecordToJS()
449 BytesVectorToJS(env, rtdType, rtdTypeBytes); in ConvertNdefRecordToJS()