diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-09 15:51:02 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-09 15:51:02 +0000 |
commit | bbbc61a634179156b2a64d95f0ddd25fd164eaaf (patch) | |
tree | 777b15a6a11e94728215ad2e8d9d31bece688e32 /audio/headset.h | |
parent | ea478e3120a4a2d777c5b828e96fde0e44fc897a (diff) |
Convert to using generic dbus message dispatching
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h index e51236ad..ae5119fc 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -27,6 +27,8 @@ #include <dbus/dbus.h> +#define AUDIO_HEADSET_INTERFACE "org.bluez.audio.Headset" + #define BUF_SIZE 1024 const char *headset_get(const bdaddr_t *bda); |