Searched refs:change_path_response (Results 1 - 3 of 3) sorted by relevance

/system/bt/packet/tests/avrcp/
H A Dchange_path_packet_test.cc32 ASSERT_EQ(builder->size(), change_path_response.size());
36 ASSERT_EQ(test_packet->GetData(), change_path_response);
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 730 milliseconds