Diff between d17cf9905f436a1b38ff2248aa5279c1188b73fc and 6d58ab590116ca5c4690a0d11f81af4a514bb1e4
Changed Files
| File | Additions | Deletions | Status |
| android/hal-msg.h | +5 | -0 | modified |
Full Patch
diff --git a/android/hal-msg.h b/android/hal-msg.h
index dd25f6e..e26ff7d 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1167,6 +1167,11 @@ struct hal_cmd_avrcp_set_volume {
uint8_t value;
} __attribute__((packed));
+#define HAL_AVRCP_FEATURE_NONE 0x00
+#define HAL_AVRCP_FEATURE_METADATA 0x01
+#define HAL_AVRCP_FEATURE_ABSOLUTE_VOLUME 0x02
+#define HAL_AVRCP_FEATURE_BROWSE 0x04
+
#define HAL_EV_AVRCP_REMOTE_FEATURES 0x81
struct hal_ev_avrcp_remote_features {
uint8_t bdaddr[6];