Home
last modified time | relevance | path

Searched defs:short_packet (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dset_addressed_player_packet_test.cc57 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
Dplay_item_packet_test.cc57 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
Dpass_through_packet_test.cc68 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4, 5}; in TEST() local
Dlist_player_application_setting_values_test.cc55 std::vector<uint8_t> short_packet = { in TEST() local
Dset_player_application_setting_value_test.cc58 std::vector<uint8_t> short_packet = { in TEST() local
Dget_current_player_application_setting_value_test.cc60 std::vector<uint8_t> short_packet = { in TEST() local
Dget_total_number_of_items_packet_test.cc68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03}; in TEST() local
Dset_browsed_player_packet_test.cc68 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
Dset_absolute_volume_packet_test.cc63 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
Dregister_notification_packet_test.cc52 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; in TEST() local
89 std::vector<uint8_t> short_packet = {0, 1, 2, 3, 4}; in TEST() local
Dchange_path_packet_test.cc69 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, 0x04}; in TEST() local
Dvendor_packet_test.cc134 std::vector<uint8_t> short_packet = {0x01, 0x02, 0x03, 0x04, 0x05}; in TEST_F() local
Dget_capabilities_packet_test.cc48 std::vector<uint8_t> short_packet = { in TEST() local
Davrcp_browse_packet_test.cc113 std::vector<uint8_t> short_packet = {0x00, 0x01}; in TEST() local
Dget_element_attributes_packet_test.cc73 std::vector<uint8_t> short_packet = {0x00, 0x00, 0x00, 0x00, 0x00, in TEST() local
Dget_item_attributes_packet_test.cc123 std::vector<uint8_t> short_packet = {0x00, 0x01, 0x02, 0x03, in TEST() local
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc2124 auto short_packet = TestAvrcpPacket::Make(short_vendor_packet); in TEST_F() local
2137 auto short_packet = TestAvrcpPacket::Make(short_get_capabilities_request); in TEST_F() local
2150 auto short_packet = TestAvrcpPacket::Make(short_get_element_attributes_request); in TEST_F() local
2163 auto short_packet = TestAvrcpPacket::Make(short_play_item_request); in TEST_F() local
2176 auto short_packet = TestAvrcpPacket::Make(short_set_addressed_player_request); in TEST_F() local
2189 auto short_packet = TestBrowsePacket::Make(short_browse_packet); in TEST_F() local
2202 auto short_packet = TestBrowsePacket::Make(short_get_folder_items_request); in TEST_F() local
2215 auto short_packet = TestBrowsePacket::Make(short_get_total_number_of_items_request); in TEST_F() local
2228 auto short_packet = TestBrowsePacket::Make(short_change_path_request); in TEST_F() local
2241 auto short_packet = TestBrowsePacket::Make(short_get_item_attributes_request); in TEST_F() local