Searched refs:short_packet (Results 1 - 13 of 13) sorted by relevance

/system/bt/packet/tests/avrcp/
H A Dpass_through_packet_test.cc68 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4, 5}; local
69 test_packet = TestPassThroughPacket::Make(short_packet);
H A Dplay_item_packet_test.cc57 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; local
58 test_packet = TestPlayItemReqPacket::Make(short_packet);
H A Dset_absolute_volume_packet_test.cc63 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; local
64 test_packet = TestSetVolumeRspPacket::Make(short_packet);
H A Dset_addressed_player_packet_test.cc57 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; local
58 test_packet = TestSetAddrPlayerPacket::Make(short_packet);
H A Dset_browsed_player_packet_test.cc68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; local
69 test_packet = TestSetBrowsedPlayerPacket::Make(short_packet);
H A Dregister_notification_packet_test.cc49 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; local
50 test_packet = TestRegNotifReqPacket::Make(short_packet);
86 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; local
87 test_packet = TestRegNotifRspPacket::Make(short_packet);
92 test_packet = TestRegNotifRspPacket::Make(short_packet);
H A Dchange_path_packet_test.cc70 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; local
71 test_packet = TestChangePathReqPacket::Make(short_packet);
H A Davrcp_browse_packet_test.cc113 std::vector<uint8_t> short_packet = {0x00, 0x01}; local
114 test_browse_packet = TestBrowsePacket::Make(short_packet);
H A Dget_capabilities_packet_test.cc47 std::vector<uint8_t> short_packet = { local
50 test_packet = GetCapRequestTestPacket::Make(short_packet);
H A Dget_total_number_of_items_packet_test.cc68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03}; local
H A Dget_element_attributes_packet_test.cc73 std::vector<uint8_t> short_packet = {0x00, 0x00, 0x00, 0x00, 0x00, local
75 test_packet = TestGetElemAttrReqPacket::Make(short_packet);
H A Dget_item_attributes_packet_test.cc123 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, local
125 test_packet = TestGetItemAttrsReqPacket::Make(short_packet);
H A Dvendor_packet_test.cc134 std::vector<uint8_t> short_packet = {0x01, 0x02, 0x03, 0x04, 0x05}; local
135 test_packet = TestVendorPacket::Make(short_packet);

Completed in 146 milliseconds