aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavdtp.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-11-12 11:57:12 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2014-11-14 10:28:22 +0000
commitf1dee59d6661dc9538819209607e7884c45049b9 (patch)
treeee6911c2f2d620fbb6d69cb0433ac5880fd26262 /epan/dissectors/packet-btavdtp.h
parentad1977bc197b9695d05f11f4975d0aa27d10c90b (diff)
Bluetooth: A2DP: Add AVRCP song position indicator
"sbc.avrcp_song_position" can be used to determine time synchronization between AVRCP and A2DP. It is updated on every AVRCP PlaybackPositionChanged. Also provide version for aptx. Change-Id: I48cd49f0fee54131a738290e2a70a24d33ba1d22 Reviewed-on: https://code.wireshark.org/review/5290 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/packet-btavdtp.h')
-rw-r--r--epan/dissectors/packet-btavdtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-btavdtp.h b/epan/dissectors/packet-btavdtp.h
index 2f16e59673..2371ffc646 100644
--- a/epan/dissectors/packet-btavdtp.h
+++ b/epan/dissectors/packet-btavdtp.h
@@ -31,6 +31,7 @@ typedef struct _media_packet_info_t {
nstime_t abs_ts;
nstime_t first_abs_ts;
gdouble cummulative_frame_duration;
+ gdouble avrcp_song_position;
guint32 stream_number;
} media_packet_info_t;