Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/utils/
Dconfig.cc65 value_bytes_ = std::vector<uint8_t>(value.begin(), value.end()); in ConfigValue()
72 value_bytes_ = value; in ConfigValue()
90 return value_bytes_; in getBytes()
104 return parseBytesString(in.substr(1, in.length() - 2), value_bytes_); in parseFromString()
/packages/modules/Nfc/libnfc-nci/utils/include/
Dconfig.h42 std::vector<uint8_t> value_bytes_; variable