summaryrefslogtreecommitdiff
path: root/android/audio-msg.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-12-27 15:22:32 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-01-07 13:37:53 +0200
commit841e96bc65ad358da07c8760f6d9ef540beebbed (patch)
treec2f9fcb8e4e7009d6d166ae5d5456aa150a3798e /android/audio-msg.h
parentba880cc4c4475dbe7b8b30e967075e0085e8d9f5 (diff)
downloadbluez-841e96bc65ad358da07c8760f6d9ef540beebbed.tar.gz
android/A2DP: Add stream suspend command/response struct
This adds the definitions to stream suspend command and response.
Diffstat (limited to 'android/audio-msg.h')
-rw-r--r--android/audio-msg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/audio-msg.h b/android/audio-msg.h
index 8f9241359..438bc1812 100644
--- a/android/audio-msg.h
+++ b/android/audio-msg.h
@@ -77,3 +77,8 @@ struct audio_cmd_close_stream {
struct audio_cmd_resume_stream {
uint8_t id;
} __attribute__((packed));
+
+#define AUDIO_OP_SUSPEND_STREAM 0x06
+struct audio_cmd_suspend_stream {
+ uint8_t id;
+} __attribute__((packed));