Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dvendor_packet_fuzzer.cc40 std::vector<uint8_t> short_vendor_packet; in LLVMFuzzerTestOneInput() local
45 short_vendor_packet.push_back(data[x]); in LLVMFuzzerTestOneInput()
52 auto test_packet = TestVendorPacket::Make(short_vendor_packet); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Davrcp_test_packets.h481 std::vector<uint8_t> short_vendor_packet = {0x01, 0x48, 0x00, 0x00, 0x19, 0x58, 0x10, 0x00, 0x00, 0… variable
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc2124 auto short_packet = TestAvrcpPacket::Make(short_vendor_packet); in TEST_F()