Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.cpp52 result.push_back(hexKeys[(src[i] & 0xF0) >> HALF_BYTE_BITS]); in BytesVecToHexString()
62 result.push_back(hexKeys[(src & 0xF0) >> HALF_BYTE_BITS]); in UnsignedCharToHexString()
H A Dnfc_sdk_common.h25 const static uint32_t HALF_BYTE_BITS = 4; variable