aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btavrcp.h
AgeCommit message (Collapse)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
Change all wireshark.org URLs to use https. Fix some broken links while we're at it. Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c Reviewed-on: https://code.wireshark.org/review/34089 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
Change-Id: I92c94448e6641716d03158a5f332c8b53709423a Reviewed-on: https://code.wireshark.org/review/25756 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-11-14Fix declaration in btavrcpMichal Labedzki1-1/+1
Change-Id: I47e4ad2baa7ca4c48e8c0eea472e568fc06d3386 Reviewed-on: https://code.wireshark.org/review/5297 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-11-14Bluetooth: A2DP: Add AVRCP song position indicatorMichal Labedzki1-0/+48
"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>