Searched refs:change_path_response (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/packet/tests/avrcp/ |
D | change_path_packet_test.cc | 31 ASSERT_EQ(builder->size(), change_path_response.size()); in TEST() 35 ASSERT_EQ(test_packet->GetData(), change_path_response); in TEST()
|
D | avrcp_test_packets.h | 367 std::vector<uint8_t> change_path_response = {0x72, 0x00, 0x05, 0x04, variable
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/ |
D | avrcp_device_test.cc | 1112 auto change_path_response = in TEST_F() local 1115 Call(2, true, matchPacket(std::move(change_path_response)))); in TEST_F() 1138 change_path_response = in TEST_F() 1141 Call(4, true, matchPacket(std::move(change_path_response)))); in TEST_F() 1149 change_path_response = in TEST_F() 1152 Call(5, true, matchPacket(std::move(change_path_response)))); in TEST_F()
|