diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-19 01:18:39 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-19 01:18:39 +0000 |
commit | 723fde49c5c473d01a739b116cb674623ed5a40e (patch) | |
tree | 4bddad75f03f1acca33a1a161022c1a917b2c7ab /audio/headset.h | |
parent | 9b0bd8e682be29a265a57645e96ed810d5473ad7 (diff) |
Implement CreateDevice, associated SDP discovery and other necessary changes
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 4 |
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); |