summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-10-09 13:36:33 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-10-09 13:36:33 +0000
commitd328981381cec52309a57b991bad0b832b4b9373 (patch)
treee20e62df02339001bede8c3a2f2c0876b5f9b057 /audio/avdtp.h
parentaf44f3cafbe4a2a2f2c4bb5879d803f766cf775a (diff)
Handle cross-connect case for AVDTP
Diffstat (limited to 'audio/avdtp.h')
-rw-r--r--audio/avdtp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/avdtp.h b/audio/avdtp.h
index 6af47e57..a14355b9 100644
--- a/audio/avdtp.h
+++ b/audio/avdtp.h
@@ -253,7 +253,9 @@ avdtp_state_t avdtp_sep_get_state(struct avdtp_local_sep *sep);
void avdtp_error_init(struct avdtp_error *err, uint8_t type, int id);
const char *avdtp_strerror(struct avdtp_error *err);
-int avdtp_error_code(struct avdtp_error *err);
+avdtp_error_type_t avdtp_error_type(struct avdtp_error *err);
+int avdtp_error_error_code(struct avdtp_error *err);
+int avdtp_error_posix_errno(struct avdtp_error *err);
void avdtp_get_peers(struct avdtp *session, bdaddr_t *src, bdaddr_t *dst);