Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dreject_packet_fuzzer.cc32 std::vector<uint8_t> rejected_volume_changed_notification; in LLVMFuzzerTestOneInput() local
36 rejected_volume_changed_notification.push_back(data[x]); in LLVMFuzzerTestOneInput()
39 auto test_packet = TestAvrcpPacket::Make(rejected_volume_changed_notification); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Davrcp_test_packets.h226 std::vector<uint8_t> rejected_volume_changed_notification = {0x0a, 0x48, 0x00, 0x00, 0x19, 0x58, variable
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc1233 auto response = TestAvrcpPacket::Make(rejected_volume_changed_notification); in TEST_F()