summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-12 21:34:50 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-12 21:34:50 +0000
commitf817fefff69cc44d5a2e1ba7d8ed9976fe3b4235 (patch)
treeea7d54290d6a8cd20708cd094473947086f4111a /audio/avdtp.h
parentfb58bd1b24d257ea884aa5d67f8e5a6362aafa94 (diff)
Implement proper acceptor side functionality
Diffstat (limited to 'audio/avdtp.h')
-rw-r--r--audio/avdtp.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/avdtp.h b/audio/avdtp.h
index b4af9eb3..9c4f41e9 100644
--- a/audio/avdtp.h
+++ b/audio/avdtp.h
@@ -121,10 +121,11 @@ struct avdtp_sep_cfm {
struct avdtp_sep_ind {
gboolean (*get_capability) (struct avdtp_local_sep *sep,
GSList **caps, uint8_t *err);
- gboolean (*set_configuration) (struct avdtp_local_sep *lsep,
+ gboolean (*set_configuration) (struct avdtp *session,
+ struct avdtp_local_sep *lsep,
struct avdtp_stream *stream,
- uint8_t int_seid, GSList *caps,
- uint8_t *err);
+ GSList *caps, uint8_t *err,
+ uint8_t *category);
gboolean (*get_configuration) (struct avdtp_local_sep *lsep,
uint8_t *err);
gboolean (*open) (struct avdtp_local_sep *lsep,
@@ -194,6 +195,8 @@ int avdtp_unregister_sep(struct avdtp_local_sep *sep);
const char *avdtp_strerror(struct avdtp_error *err);
+void avdtp_get_peers(struct avdtp *session, bdaddr_t *src, bdaddr_t *dst);
+
int avdtp_init(void);
void avdtp_exit(void);