summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-19 01:18:39 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-19 01:18:39 +0000
commit723fde49c5c473d01a739b116cb674623ed5a40e (patch)
tree4bddad75f03f1acca33a1a161022c1a917b2c7ab /audio/headset.h
parent9b0bd8e682be29a265a57645e96ed810d5473ad7 (diff)
Implement CreateDevice, associated SDP discovery and other necessary changes
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/headset.h b/audio/headset.h
index 06ee8483..3ccbf8b2 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -24,6 +24,8 @@
#define __AUDIO_HEADSET_H
#include <bluetooth/bluetooth.h>
+#include <bluetooth/sdp.h>
+#include <bluetooth/sdp_lib.h>
#include <dbus/dbus.h>
@@ -31,7 +33,7 @@
typedef struct headset headset_t;
-headset_t *headset_init(const char *path);
+headset_t *headset_init(const char *object_path, sdp_record_t *record);
gboolean headset_is_connected(headset_t *headset);