From c6a6cb31c71f2e611ea6877c3af6873cd79fc458 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 13 Feb 2014 17:18:40 +0200 Subject: [PATCH] android/hal-ipc-api: Add List Player Values notification --- android/hal-ipc-api.txt | 6 ++++++ android/hal-msg.h | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index aa350506d..56df5b06b 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -1318,6 +1318,12 @@ Android HAL name: "avrcp" (BT_PROFILE_AV_RC_ID) Notification parameters: + Opcode 0x84 - List Player Values notification + + Notification parameters: Attribute (1 octet) + + Valid attribute values: Same as in List Player Attributes + Bluetooth GATT HAL (ID 9) ========================= diff --git a/android/hal-msg.h b/android/hal-msg.h index 9536b856a..55cea2791 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -890,3 +890,8 @@ struct hal_ev_avrcp_remote_features { #define HAL_EV_AVRCP_GET_PLAY_STATUS 0x82 #define HAL_EV_AVRCP_LIST_PLAYER_ATTRS 0x83 + +#define HAL_EV_AVRCP_LIST_PLAYER_VALUES 0x84 +struct hal_ev_avrcp_list_player_values { + uint8_t attr; +} __attribute__((packed)); -- 2.47.3