Searched refs:change_path_response (Results 1 – 3 of 3) sorted by relevance
/system/bt/packet/tests/avrcp/ |
D | change_path_packet_test.cc | 32 ASSERT_EQ(builder->size(), change_path_response.size()); in TEST() 36 ASSERT_EQ(test_packet->GetData(), change_path_response); in TEST()
|
D | avrcp_test_packets.h | 264 std::vector<uint8_t> change_path_response = {0x72, 0x00, 0x05, 0x04, variable
|
/system/bt/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 891 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()
|