Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/
Dl2cap_packet_test.cc157 auto shared_bytes = std::make_shared<std::vector<uint8_t>>(vec); in TEST() local
158 PacketView<kLittleEndian> packet_bytes_view(shared_bytes); in TEST()
/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dgenerated_packet_test.cc368 auto shared_bytes = std::make_shared<std::vector<uint8_t>>(size_too_big); in TEST() local
369 PacketView<kLittleEndian> packet_bytes_view(shared_bytes); in TEST()