diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 13:27:30 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-01-23 13:27:30 +0000 |
commit | 5b601136563565049e0dc726b67860bc636e03bd (patch) | |
tree | a94d2dae627d3beb78ab0f8c7b3e8e7ec324f367 /audio/avdtp.c | |
parent | f978653b315bc6d9d029dae1206085ba579fced4 (diff) |
Add config options for each source.
Diffstat (limited to 'audio/avdtp.c')
-rw-r--r-- | audio/avdtp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/avdtp.c b/audio/avdtp.c index 97868a07..55addb0b 100644 --- a/audio/avdtp.c +++ b/audio/avdtp.c @@ -2717,6 +2717,8 @@ struct avdtp_local_sep *avdtp_register_sep(uint8_t type, uint8_t media_type, sep->cfm = cfm; sep->user_data = user_data; + debug("SEP %p registered: type:%d codec:%d seid:%d", sep, + sep->info.type, sep->codec, sep->info.seid); local_seps = g_slist_append(local_seps, sep); return sep; |