Commit Graph

117 Commits

Author SHA1 Message Date
Johan Hedberg
20ccc578c8 Remove unused includes 2010-11-28 13:41:35 +02:00
Marcel Holtmann
d078b85e57 Remove last crufts of overbloated network configuration 2010-07-13 09:57:25 -03:00
Marcel Holtmann
48349b6430 Remove unused network configuration disable checking 2010-07-13 09:54:50 -03:00
Marcel Holtmann
d1aee812cd Don't show an error if network.conf is not available 2010-07-13 00:00:44 -03:00
Marcel Holtmann
8311b1dfc8 Remove some outdated server code from network plugin 2010-07-12 23:46:09 -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
Marcel Holtmann
9184e2eeb7 Update copyright information 2010-01-01 17:08:17 -08:00
Luiz Augusto von Dentz
62d9b9ac1b Make network plugin to use adapter references. 2009-05-27 11:25:25 -03:00
Luiz Augusto von Dentz
3bcd43d2d3 Make network plugin to use disconnect watches. 2009-04-22 15:41:59 -03:00
Marcel Holtmann
fb333f1c88 Update copyright information 2009-01-01 19:33:20 +01:00
Marcel Holtmann
519ec3b59a Disable the usage of scripts for now 2008-12-01 18:19:53 +01:00
Johan Hedberg
bd44943632 Use g_clear_error(&err) instead of g_error_free(err); err = NULL 2008-10-24 13:44:16 +03:00
Johan Hedberg
548026e08b Make device driver probe calls take UUID's instead of full records
This is preparation for allowing the device object to be correctly set up even
when we don't have the full service records but only the remote UUID's.
2008-10-09 15:13:28 +02:00
Alok Barsode
19ce4933f3 Redefining device_get_address to take bdaddr_t as parameter. 2008-09-08 17:55:14 +05:30
Alok Barsode
2a8fb41c4c Redefining adapter_get_address to take bdaddr_t as parameter. 2008-09-08 14:31:43 +05:30
Claudio Takahasi
d32b5d61be Network: missing unregister adapter drivers 2008-09-05 16:08:30 -03:00
Claudio Takahasi
417a338e3e Network: removed memory leak and moved config file related funcs to manager.c 2008-09-04 15:05:53 -03:00
Alok Barsode
18614bd2b0 Renaming struct adapter to struct btd_adapter. 2008-09-04 16:03:43 +05:30
Claudio Takahasi
710caac17a Network: Minor cleanup 2008-09-01 17:23:27 -03:00
Luiz Augusto von Dentz
c560d02ccf Remove driver.c driver.h and remove workaround for to force a symbol resolution. 2008-08-18 19:20:42 -03:00
Luiz Augusto von Dentz
e780c7bd8e Fix device driver callbacks to not take driver pointer. 2008-08-13 15:06:51 -03:00
Luiz Augusto von Dentz
00e08e05f3 Make network plugin to register adapter drivers. 2008-08-12 18:53:29 -03:00
Luiz Augusto von Dentz
76751aa2c4 Introduce driver.c and driver.h files. 2008-08-05 18:13:42 -03:00
Luiz Augusto von Dentz
56f867d9b7 Fix network plugin to reflect the api documentation. 2008-07-28 10:49:02 -03:00
Alok Barsode
debc2efd75 Adding adapter_get_address.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
2008-07-28 10:48:48 -03:00
Alok Barsode
b76fbc7d29 Adding {driver, priv} list to btd_device and adding
driver as parameter to probe and remove.

Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
2008-07-28 10:47:58 -03:00
Luiz Augusto von Dentz
473e0415d6 Cleanup network manager. 2008-07-28 10:47:38 -03:00
Marcel Holtmann
f80a721527 Use g_dbus_emit_signal for sending D-Bus signals 2008-06-07 19:30:24 +00:00
Marcel Holtmann
af457e55d1 Convert network manager interface to use gdbus API 2008-05-27 20:41:14 +00:00
Marcel Holtmann
15ea15b3a7 Move D-Bus object and interface helpers into libgdbus 2008-05-08 22:19:14 +00:00
Marcel Holtmann
e7d668ac9e Move D-Bus watch functions into libgdbus 2008-05-08 20:23:45 +00:00
Luiz Augusto von Dentz
ca17118916 Fix dbus internals calls. 2008-05-07 21:58:19 +00:00
Vinicius Gomes
f9ba262724 network: removing some blocking dbus calls from manager.c 2008-03-27 13:23:21 +00:00
Marcel Holtmann
88e798a8b8 Convert network service into a plugin 2008-03-22 15:49:07 +00:00
Marcel Holtmann
e823c15e43 Update copyright information 2008-02-02 03:37:05 +00:00
Johan Hedberg
7e88afe4f8 Update services to new error codes and helper functions 2007-11-26 13:43:17 +00:00
Luiz Augusto von Dentz
97fd2ad39b Handle disabling interfaces via configuration file. 2007-10-31 14:47:39 +00:00
Luiz Augusto von Dentz
c95ffdc65e Fixes cross storage and adapter path. 2007-10-22 20:19:53 +00:00
Luiz Augusto von Dentz
a558e0071f Fix problem with server storage. 2007-09-28 13:37:54 +00:00
Luiz Augusto von Dentz
123ef726b4 Fix PANU connection not being restored from storage. 2007-09-28 13:31:42 +00:00
Luiz Augusto von Dentz
54943abd65 Add secure link mode. 2007-09-28 13:30:48 +00:00
Luiz Augusto von Dentz
ec7083e9e5 Fixes codestyle, bridge creation and some code cleanup. 2007-09-28 13:25:27 +00:00
Luiz Augusto von Dentz
6113615ecf Rework configuration file to use roles. 2007-09-28 13:23:51 +00:00
Luiz Augusto von Dentz
536cb174ec Fix bridge removal on service exit. 2007-09-28 13:20:35 +00:00
Luiz Augusto von Dentz
b94d1033b7 Add bridge name support. 2007-09-28 13:19:21 +00:00
Luiz Augusto von Dentz
2033d8e421 Add support for config file. 2007-09-28 13:15:53 +00:00
Marcel Holtmann
b149020444 Make it look nice 2007-09-13 16:15:04 +00:00
Claudio Takahasi
d474eef5f1 network: add one space between the remote device name and the service name 2007-09-13 15:53:38 +00:00
Luiz Augusto von Dentz
5e4e6d2332 Fix connection storage. 2007-09-04 19:51:31 +00:00