From 779b2cbee39544eefd8c09152e856ecc854c6707 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 8 Sep 2008 11:40:32 +0300 Subject: Rename Source and Sink to AudioSource and AudioSink --- 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 20bc4d99..bdcba754 100644 --- a/audio/device.h +++ b/audio/device.h @@ -39,9 +39,8 @@ #define AVRCP_TARGET_UUID "0000110C-0000-1000-8000-00805F9B34FB" /* Move these to respective .h files once they exist */ -#define AUDIO_SOURCE_INTERFACE "org.bluez.Source" +#define AUDIO_SOURCE_INTERFACE "org.bluez.AudioSource" #define AUDIO_CONTROL_INTERFACE "org.bluez.Control" -#define AUDIO_TARGET_INTERFACE "org.bluez.Target" struct source; struct control; -- cgit