Searched defs:change_path_response (Results 1 - 2 of 2) sorted by relevance

/system/bt/packet/tests/avrcp/
H A Davrcp_test_packets.h261 std::vector<uint8_t> change_path_response = {0x72, 0x00, 0x05, 0x04, member in namespace:__anon852
/system/bt/profile/avrcp/tests/
H A Davrcp_device_test.cc597 auto change_path_response = local
600 Call(2, true, matchPacket(std::move(change_path_response))));
623 change_path_response =
626 Call(4, true, matchPacket(std::move(change_path_response))));
634 change_path_response =
637 Call(5, true, matchPacket(std::move(change_path_response))));

Completed in 100 milliseconds