1 /*
2  * Copyright 2018 The Android Open Source Project
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 #pragma once
18 
19 #include "avrcp/avrcp_packet.h"
20 #include "avrcp/avrcp_reject_packet.h"
21 #include "avrcp/capabilities_packet.h"
22 #include "avrcp/get_element_attributes_packet.h"
23 #include "avrcp/get_play_status_packet.h"
24 #include "avrcp/pass_through_packet.h"
25 #include "avrcp/register_notification_packet.h"
26 #include "avrcp/vendor_packet.h"
27 
28 #include "avrcp/avrcp_browse_packet.h"
29 #include "avrcp/change_path.h"
30 #include "avrcp/general_reject_packet.h"
31 #include "avrcp/get_folder_items.h"
32 #include "avrcp/get_item_attributes.h"
33 #include "avrcp/get_total_number_of_items.h"
34 #include "avrcp/play_item.h"
35 #include "avrcp/set_absolute_volume.h"
36 #include "avrcp/set_addressed_player.h"
37 #include "avrcp/set_browsed_player.h"