From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- 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 70f947d..ce50b6c 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: <none> + Opcode 0x83 - List Player Application Attributes notification ... diff --git a/android/hal-msg.h b/android/hal-msg.h index f6cdf58..7dfbf2a 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 -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html