summaryrefslogtreecommitdiff
path: root/audio/unix.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-10-06 15:41:53 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-10-06 19:18:53 +0200
commit5f8a274881a823ea51df7a62ca17948b1f4ebe63 (patch)
treeed2a71b1df7675fe2b14f68560941216f74ab27d /audio/unix.h
parent9c39d108d8c1057ad29e83a4db0f4a396772987f (diff)
downloadbluez-5f8a274881a823ea51df7a62ca17948b1f4ebe63.tar.gz
Add support for AVDTP 1.3 Delay Reporting
This patch adds support for the new Delay Report command in AVDTP 1.3.
Diffstat (limited to 'audio/unix.h')
-rw-r--r--audio/unix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/unix.h b/audio/unix.h
index 12cf3efe7..aebba4de0 100644
--- a/audio/unix.h
+++ b/audio/unix.h
@@ -24,5 +24,7 @@
void unix_device_removed(struct audio_device *dev);
+void unix_delay_report(struct audio_device *dev, uint8_t seid, uint16_t delay);
+
int unix_init(void);
void unix_exit(void);