Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/utils/
DphNxpConfig.cc61 enum class type { STRING, NUMBER, BYTEARRAY, STRINGARRAY }; enumerator
552 m_type(type::BYTEARRAY) in uwbParam()
569 } else if (m_type == type::BYTEARRAY) { in dump()
866 if (param->getType() != uwbParam::type::BYTEARRAY) in getValue()