From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- android/hal-ipc-api.txt | 5 +++++ android/hal-msg.h | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index 99ecede..ee3bd76 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -1380,6 +1380,11 @@ Android HAL name: "avrcp" (BT_PROFILE_AV_RC_ID) Valid type values: Same as in Register Notification + Opcode 0x8c - Passthrough Command notification + + Notification parameters: ID (1 octet) + State (1 octet) + Bluetooth GATT HAL (ID 9) ========================= diff --git a/android/hal-msg.h b/android/hal-msg.h index 0561894..6504408 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -938,3 +938,9 @@ struct hal_ev_avrcp_volume_changed { uint8_t volume; uint8_t type; } __attribute__((packed)); + +#define HAL_EV_AVRCP_PASSTHROUGH_CMD 0x8c +struct hal_ev_avrcp_passthrough_cmd { + uint8_t id; + uint8_t state; +} __attribute__((packed)); -- 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