Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dbyte_array_test.cc57 std::array<uint8_t, N> array_of_bytes; in simple_array_constructor_test() local
58 std::copy(data, data + N, std::begin(array_of_bytes)); in simple_array_constructor_test()
60 ByteArray<N> byte_array(array_of_bytes); in simple_array_constructor_test()