Commit Graph

36 Commits

Author SHA1 Message Date
Anderson Lizardo
941eb99732 Fix DBG() calls with bogus messages
Remove unnecessary trailing newlines (already added by DBG()) and
rewrite debug messages to become more useful.
2011-02-24 15:27:17 -03:00
Gustavo F. Padovan
e395d1bb9d plugins: use btd_error_failed() 2010-12-14 10:31:15 +02:00
Gustavo F. Padovan
3df548164d convert errors to btd_error_does_not_exist() 2010-12-08 22:54:48 +02:00
Gustavo F. Padovan
b7d1fc1f39 Add btd_error_not_authorized() 2010-12-07 23:13:16 +02:00
Gustavo F. Padovan
581171be9b Add btd_error_does_not_exist() 2010-12-07 23:12:32 +02:00
Gustavo F. Padovan
cd5f44488f Add btd_error_not_available() 2010-12-07 23:10:30 +02:00
Gustavo F. Padovan
696c18c48f Create btd_error_invalid_args()
DBus error handling in BlueZ is a mess. This is the first patch to unify
all DBus error handling like in ConnMan and oFono. This unifies all
.InvalidArguments errors.
2010-12-07 22:58:32 +02:00
Johan Hedberg
20ccc578c8 Remove unused includes 2010-11-28 13:41:35 +02:00
Johan Hedberg
da446f5edd Fix format string warnings for g_dbus_create_error
This patch fixes gcc warnings for "format not a string literal and no
format arguments".
2010-08-19 23:24:42 +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
08342d21d5 Add check for sdp_record_find 2010-03-24 23:16:45 +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
e1125a71b6 Fix memory leak. 2009-05-05 17:27:08 -03:00
Marcel Holtmann
1ab388feb3 Add support for builtin plugins 2009-05-03 18:54:22 -07:00
Alok Barsode
e050cc3d14 Using # operator to stringify plugin name. 2009-04-21 13:25:35 +01:00
Alok Barsode
2f28c39a63 Add priority field to plugin descriptor definition and load plugins in priority order. 2009-04-21 13:23:51 +01:00
Johan Hedberg
8e706e2d4f Convert some not-so-important info logs to debug logs 2009-03-24 12:31:10 +02:00
Alok Barsode
bf6a4a5774 Adding version check for plugins. 2009-03-14 07:11:47 +01:00
Marcel Holtmann
fb333f1c88 Update copyright information 2009-01-01 19:33:20 +01:00
Johan Hedberg
5dfd446637 Remove duplicate (and incorrect) call to adapter_get_address 2008-11-11 17:33:40 +02:00
Luiz Augusto von Dentz
a6e8281102 Check ANY record list in case the record is not present on adapter record list. 2008-11-04 19:06:56 -03:00
Marcel Holtmann
d6334b6272 Fix handling of service records on any adapter object 2008-11-01 01:42:36 +01:00
Marcel Holtmann
81a1e13f79 Add support for service interface on any adapter object 2008-11-01 00:55:46 +01:00
Johan Hedberg
64e9369b94 Remember to remove the name listener in path_unregister 2008-10-20 14:36:21 +03:00
Johan Hedberg
e501562445 Call exit_callback with correct parameters upon path removal 2008-10-20 14:18:33 +03:00
Marcel Holtmann
1f5107e65f Fix fallouts due to GDBusWatchFunction changes 2008-10-17 18:43:48 +02:00
Vinicius Costa Gomes
e9e2f58c0c Now the record list is managed on a per adapter basis 2008-09-09 19:47:14 -03:00
Vinicius Costa Gomes
8b78330343 Implements the authorization methods on Service plugin 2008-09-09 19:47:14 -03:00
Alok Barsode
2a8fb41c4c Redefining adapter_get_address to take bdaddr_t as parameter. 2008-09-08 14:31:43 +05:30
Johan Hedberg
63155e6a90 Make RequestAuthorization always return a positive reply for now 2008-09-05 16:12:21 +03:00
Alok Barsode
18614bd2b0 Renaming struct adapter to struct btd_adapter. 2008-09-04 16:03:43 +05:30
Alok Barsode
6746732b80 Fixing service.c 2008-09-03 14:47:44 +05:30
Marcel Holtmann
9fd27210e5 Release the D-Bus connection 2008-09-03 00:35:06 +02:00
Luiz Augusto von Dentz
694f019211 Make methods related to external services into service plugin. 2008-09-02 19:17:55 -03:00