From 6eb1dc5328b10dc8bece447947f36b1504357a35 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 23 Jul 2007 15:43:32 +0000 Subject: Add first files for to start A2DP implementation --- audio/device.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/device.h') diff --git a/audio/device.h b/audio/device.h index 12e15806..71e1053f 100644 --- a/audio/device.h +++ b/audio/device.h @@ -25,6 +25,7 @@ #include "headset.h" #include "gateway.h" +#include "sink.h" #define AUDIO_DEVICE_INTERFACE "org.bluez.audio.Device" @@ -45,12 +46,10 @@ #define AVRCP_TARGET_UUID "0000110C-0000-1000-8000-00805F9B34FB" /* Move these to respective .h files once they exist */ -#define AUDIO_SINK_INTERFACE "org.bluez.audio.Sink" #define AUDIO_SOURCE_INTERFACE "org.bluez.audio.Source" #define AUDIO_CONTROL_INTERFACE "org.bluez.audio.Control" #define AUDIO_TARGET_INTERFACE "org.bluez.audio.Target" -struct sink; struct source; struct control; struct target; -- cgit