OSDN Git Service

Add packet classes needed for AVRCP Absolute Volume
authorAjay Panicker <apanicke@google.com>
Sat, 17 Feb 2018 19:22:48 +0000 (11:22 -0800)
committerAjay Panicker <apanicke@google.com>
Tue, 20 Feb 2018 18:37:07 +0000 (10:37 -0800)
commit0c348413fb8d0a579acb8178c7e006d751508a3e
treea1518e151e369ba8e1baa451338944ce25453539
parent158fe8e028c27d507c9bc17851e20d38a43ed153
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
packet/Android.bp
packet/avrcp/Android.bp
packet/avrcp/avrcp_common.h
packet/avrcp/register_notification_packet.cc
packet/avrcp/register_notification_packet.h
packet/avrcp/set_absolute_volume.cc [new file with mode: 0644]
packet/avrcp/set_absolute_volume.h [new file with mode: 0644]
packet/include/avrcp_packet.h
packet/tests/avrcp/avrcp_test_packets.h
packet/tests/avrcp/register_notification_packet_test.cc
packet/tests/avrcp/set_absolute_volume_packet_test.cc [new file with mode: 0644]