Commit Graph

16 Commits

Author SHA1 Message Date
Gustavo F. Padovan
90ae9ec320 Remove error_common_reply()
Remove old dbus error report function. This patch doesn't make things
really really better, but is a start.
2010-12-16 11:27:43 +02:00
Gustavo F. Padovan
2af3d4bbf9 audio: use btd_error_failed() 2010-12-14 10:31:22 +02:00
Gustavo F. Padovan
0d39f2db3c Add btd_error_already_connected() 2010-12-08 22:54:58 +02:00
Gustavo F. Padovan
18d001bc2d convert error to btd_error_busy() 2010-12-08 22:54:51 +02:00
Gustavo F. Padovan
27fffa4aad Add btd_error_busy() 2010-12-07 23:11:10 +02:00
Gustavo F. Padovan
64dc6dbbf3 Add btd_error_not_connected() 2010-12-07 23:08:14 +02:00
Luiz Augusto von Dentz
01d29e5903 Make use of avdtp category when setting errors
In order to forward and create avdtp error properly for setconf command
we need to have the category, to fix this avdtp_error_t now carries the
category as define in avdtp and a new category is used for errno
(AVDTP_ERRNO).
2010-10-11 12:27:01 +03:00
Radoslaw Jablonski
1dacc118c8 Fix headset disconnecting via device disconnect
Headsets for proper disconnecting need to disconnect profiles in specified
order(by ex. disconnect a2dp, then sink and hfp at the end). Instead of
adding separate callbacks for disconnecting each profile, now adding only
one callback in audio/device.c for calling audio disconnect functions in
correct order. New disconnect callback works similarly to dev_disconnect
from audio/device.c
2010-09-28 10:41:02 +03:00
Luiz Augusto von Dentz
f87e1bed13 Add initial implementation of org.bluez.Media spec 2010-09-15 15:21:53 +03:00
Gustavo F. Padovan
8e58667ef0 Move debug() to DBG()
Use the new dynamic debug feature
2010-05-21 18:21:48 +02:00
Gustavo F. Padovan
e891f7df62 Move logging.{c,h} to log.{c,h}
Try to make log stuff more similar to ConnMan and oFono.
2010-05-21 14:40:36 +02:00
Luiz Augusto Von Dentz
ab816e6549 Add immediate parameter to avdtp_close
When TRUE if there is an outstanding command in the sending queue it will
cause abort which cancel any pending command.
2010-03-24 23:32:24 +02:00
Johan Hedberg
5592142cb9 Update Nokia copyrights 2010-01-07 01:11:05 -08:00
Marcel Holtmann
9184e2eeb7 Update copyright information 2010-01-01 17:08:17 -08:00
Luiz Augusto von Dentz
a30fbb241d Remove deprecated method and signals for AudioSource. 2009-07-31 10:25:16 -03:00
João Paulo Rechi Vita
f79bab5a11 Create A2DP Source interface. 2009-07-13 22:16:26 +03:00