Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_capabilities_packet_test.cc27 using GetCapRequestTestPacket = TestPacketType<GetCapabilitiesRequest>; typedef
31 auto test_packet = GetCapRequestTestPacket::Make(get_capabilities_request); in TEST()
37 auto test_packet = GetCapRequestTestPacket::Make(get_capabilities_request); in TEST()
44 auto test_packet = GetCapRequestTestPacket::Make(packet_copy); in TEST()
50 test_packet = GetCapRequestTestPacket::Make(short_packet); in TEST()
113 auto test_packet = GetCapRequestTestPacket::Make(); in TEST()
125 auto test_packet = GetCapRequestTestPacket::Make(); in TEST()
/aosp_15_r20/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dget_capabilities_req_fuzzer.cc28 using GetCapRequestTestPacket = TestPacketType<GetCapabilitiesRequest>; typedef
42 auto test_packet = GetCapRequestTestPacket::Make(get_capabilities_request); in LLVMFuzzerTestOneInput()