aboutsummaryrefslogtreecommitdiff
path: root/packet/include
diff options
context:
space:
mode:
authorAjay Panicker <apanicke@google.com>2018-02-17 11:22:48 -0800
committerAjay Panicker <apanicke@google.com>2018-02-20 10:37:07 -0800
commit0c348413fb8d0a579acb8178c7e006d751508a3e (patch)
treea1518e151e369ba8e1baa451338944ce25453539 /packet/include
parent158fe8e028c27d507c9bc17851e20d38a43ed153 (diff)
downloadbt-0c348413fb8d0a579acb8178c7e006d751508a3e.tar.gz
Add packet classes needed for AVRCP Absolute Volume
Add the Register Notification Request packet as well as the packets Set Absolute Volume packet. Bug: 68854188 Test: run host native test net_test_packets Change-Id: Ie0d1f1fb23254c1353b6a73529ca93e92f231ed5
Diffstat (limited to 'packet/include')
-rw-r--r--packet/include/avrcp_packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/packet/include/avrcp_packet.h b/packet/include/avrcp_packet.h
index 9aa37a4f6..54ec2c390 100644
--- a/packet/include/avrcp_packet.h
+++ b/packet/include/avrcp_packet.h
@@ -31,4 +31,5 @@
#include "avrcp/get_item_attributes.h"
#include "avrcp/get_total_number_of_items.h"
#include "avrcp/play_item.h"
+#include "avrcp/set_absolute_volume.h"
#include "avrcp/set_browsed_player.h" \ No newline at end of file