Home
last modified time | relevance | path

Searched defs:ByteArray (Results 1 – 1 of 1) sorted by relevance

/system/bt/gd/common/
Dbyte_array.h39 ByteArray(const uint8_t (&d)[kLength]) { in ByteArray() function
42 ByteArray(std::array<uint8_t, kLength> a) : bytes(std::move(a)) {} in ByteArray() function