Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dbyte_array_test.cc41 ByteArray<N> byte_array(data); in simple_constructor_test() local
49 const ByteArray<N> byte_array(data); in simple_const_constructor_test() local
60 ByteArray<N> byte_array(array_of_bytes); in simple_array_constructor_test() local
68 auto byte_array = ByteArray<N>::FromString(byte_string); in simple_from_string_test() local
78 const ByteArray<N> byte_array(data); in simple_to_string_test() local
85 auto byte_array = ByteArray<N>::FromLegacyConfigString(byte_string); in simple_from_legacy_string_test() local
95 const ByteArray<N> byte_array(data); in simple_to_legacy_string_test() local
Dbyte_array.h86 ByteArray<kLength> byte_array = {}; in FromString() local
/packages/modules/Bluetooth/system/gd/security/record/
Dsecurity_record_storage.cc60 common::ByteArray<23> byte_array(peerid); in SetLeData() local
78 common::ByteArray<28> byte_array(penc_keys); in SetLeData() local
93 common::ByteArray<21> byte_array(psrk_keys); in SetLeData() local
/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dgenerated_packet_test.cc573 std::array<uint8_t, byte_array_size> byte_array; in TEST() local