Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/include/
H A Dndef_bt_data_parser.h62 const static int VENDOR_PAYLOAD_MAX_LEN = 0xFF; // vendor payload length is 1 byte variable
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dndef_bt_data_parser.cpp478 if (bytesLen > VENDOR_PAYLOAD_MAX_LEN) { in IsVendorPayloadValid()