From eb1263196b2020aea77903190c49cf35faf46060 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 13 Feb 2014 17:18:38 +0200 Subject: [PATCH] android/hal-ipc-api: Add Get Play Status notification --- android/hal-ipc-api.txt | 3 +++ android/hal-msg.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index 70f947d97..ce50b6c32 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -1311,6 +1311,9 @@ Android HAL name: "avrcp" (BT_PROFILE_AV_RC_ID) 0x03 = Browse Opcode 0x82 - Get Play Status notification + + Notification parameters: + Opcode 0x83 - List Player Application Attributes notification ... diff --git a/android/hal-msg.h b/android/hal-msg.h index f6cdf5864..7dfbf2af0 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -887,3 +887,5 @@ struct hal_ev_avrcp_remote_features { uint8_t bdaddr[6]; uint8_t features; } __attribute__((packed)); + +#define HAL_EV_AVRCP_GET_PLAY_STATUS 0x82 -- 2.47.3