Home
last modified time | relevance | path

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

/system/bt/packet/tests/avrcp/
Dchange_path_packet_test.cc32 ASSERT_EQ(builder->size(), change_path_response.size()); in TEST()
36 ASSERT_EQ(test_packet->GetData(), change_path_response); in TEST()
Davrcp_test_packets.h264 std::vector<uint8_t> change_path_response = {0x72, 0x00, 0x05, 0x04, variable
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc891 auto change_path_response = in TEST_F() local
894 Call(2, true, matchPacket(std::move(change_path_response)))); in TEST_F()
917 change_path_response = in TEST_F()
920 Call(4, true, matchPacket(std::move(change_path_response)))); in TEST_F()
928 change_path_response = in TEST_F()
931 Call(5, true, matchPacket(std::move(change_path_response)))); in TEST_F()