OSDN Git Service

android-x86/external-bluetooth-bluez.git
11 years agoinput: Prefer unlink() over remove() when opening FIFO fails
Marcel Holtmann [Sat, 22 Dec 2012 20:36:41 +0000 (12:36 -0800)]
input: Prefer unlink() over remove() when opening FIFO fails

11 years agoinput: Prefer unlink() over remove() when removing FIFO
Johan Hedberg [Sat, 22 Dec 2012 20:32:13 +0000 (22:32 +0200)]
input: Prefer unlink() over remove() when removing FIFO

11 years agoinput: Avoid (risky) recursive calls to suspend_init
Johan Hedberg [Sat, 22 Dec 2012 20:31:20 +0000 (22:31 +0200)]
input: Avoid (risky) recursive calls to suspend_init

11 years agogdbus: Avoid using g_ptr_array_new_full convenience function
Marcel Holtmann [Sat, 22 Dec 2012 20:05:59 +0000 (12:05 -0800)]
gdbus: Avoid using g_ptr_array_new_full convenience function

The g_ptr_array_new_full function only got introduced with GLib 2.30
and to avoid requiring a newer GLib use g_ptr_array_set_free_func instead.

11 years agoinput: Don't create a FIFO with executable permission
Marcel Holtmann [Sat, 22 Dec 2012 17:59:22 +0000 (09:59 -0800)]
input: Don't create a FIFO with executable permission

11 years agocore: Return VendorSource as string and only allow supported values
Marcel Holtmann [Sat, 22 Dec 2012 17:48:48 +0000 (09:48 -0800)]
core: Return VendorSource as string and only allow supported values

11 years agodoc: Change VendorSource value into a string
Marcel Holtmann [Sat, 22 Dec 2012 17:48:30 +0000 (09:48 -0800)]
doc: Change VendorSource value into a string

11 years agoclient: Add support for printing uint16 properties
Marcel Holtmann [Sat, 22 Dec 2012 17:47:55 +0000 (09:47 -0800)]
client: Add support for printing uint16 properties

11 years agoclient: Add support for showing device information
Marcel Holtmann [Sat, 22 Dec 2012 17:45:39 +0000 (09:45 -0800)]
client: Add support for showing device information

11 years agocore: Limit SDP unix socket to owner and group access
Marcel Holtmann [Sat, 22 Dec 2012 17:17:31 +0000 (09:17 -0800)]
core: Limit SDP unix socket to owner and group access

11 years agocore: Create storage directories without group and world permissions
Marcel Holtmann [Sat, 22 Dec 2012 17:15:44 +0000 (09:15 -0800)]
core: Create storage directories without group and world permissions

11 years agoprofiles: Store information only accessible for the owner
Marcel Holtmann [Sat, 22 Dec 2012 17:14:58 +0000 (09:14 -0800)]
profiles: Store information only accessible for the owner

11 years agocore: Store information only accessible for the owner
Marcel Holtmann [Sat, 22 Dec 2012 17:14:31 +0000 (09:14 -0800)]
core: Store information only accessible for the owner

11 years agocore: Don't send property changed signal for non-existing property
Marcel Holtmann [Sat, 22 Dec 2012 16:53:31 +0000 (08:53 -0800)]
core: Don't send property changed signal for non-existing property

11 years agodoc: Remove Connectable setting and do some visual cleanups
Marcel Holtmann [Sat, 22 Dec 2012 16:52:32 +0000 (08:52 -0800)]
doc: Remove Connectable setting and do some visual cleanups

11 years agoinput: Prefer unlink() over remove()
Johan Hedberg [Sat, 22 Dec 2012 16:49:16 +0000 (18:49 +0200)]
input: Prefer unlink() over remove()

11 years agodoc: Storage documentation is for developers and nobody else
Marcel Holtmann [Sat, 22 Dec 2012 16:47:00 +0000 (08:47 -0800)]
doc: Storage documentation is for developers and nobody else

11 years agohog: Remove pre-existing suspend FIFO
João Paulo Rechi Vita [Sat, 22 Dec 2012 15:12:42 +0000 (12:12 -0300)]
hog: Remove pre-existing suspend FIFO

If bluetoothd crashes the exit routine of the suspend plugin will not be
executed, leaving the suspend FIFO behind and preventing the plugin load
on subsequent executions. This commit checks for pre-existence of the
suspend FIFO and tries to remove and re-create it.

11 years agohog: Fix error message formating
João Paulo Rechi Vita [Sat, 22 Dec 2012 15:12:41 +0000 (12:12 -0300)]
hog: Fix error message formating

11 years agohog: Add debug info when initializing the suspend plugin
João Paulo Rechi Vita [Sat, 22 Dec 2012 15:12:40 +0000 (12:12 -0300)]
hog: Add debug info when initializing the suspend plugin

11 years agohog: Fix message text and level when failing to load suspend plugin
João Paulo Rechi Vita [Sat, 22 Dec 2012 15:12:39 +0000 (12:12 -0300)]
hog: Fix message text and level when failing to load suspend plugin

11 years agoobexd: Update string enumeration values to lower case
Johan Hedberg [Sat, 22 Dec 2012 16:30:05 +0000 (18:30 +0200)]
obexd: Update string enumeration values to lower case

11 years agodoc: Convert more upper case enums to lower case in obex-api
Johan Hedberg [Sat, 22 Dec 2012 16:25:35 +0000 (18:25 +0200)]
doc: Convert more upper case enums to lower case in obex-api

11 years agobuild: Add magic file for BTSnoop file format
Marcel Holtmann [Fri, 21 Dec 2012 20:15:31 +0000 (12:15 -0800)]
build: Add magic file for BTSnoop file format

11 years agoAUTHORS: Add missing entries from the hcidump merge
Marcel Holtmann [Fri, 21 Dec 2012 19:42:35 +0000 (11:42 -0800)]
AUTHORS: Add missing entries from the hcidump merge

11 years agoAUTHORS: Add missing entries from the obexd merge
Marcel Holtmann [Fri, 21 Dec 2012 19:41:07 +0000 (11:41 -0800)]
AUTHORS: Add missing entries from the obexd merge

11 years agobuild: Fix installing udev rules file when $(srcdir) != $(builddir)
Anderson Lizardo [Fri, 21 Dec 2012 16:25:03 +0000 (12:25 -0400)]
build: Fix installing udev rules file when $(srcdir) != $(builddir)

Path to files on source tree should be prefixed with $(srcdir),
otherwise they are not found if $(srcdir) != $(builddir).

11 years agoobexd: Simplify org.bluez.Error.InvalidArguments handling
Anderson Lizardo [Fri, 21 Dec 2012 16:25:02 +0000 (12:25 -0400)]
obexd: Simplify org.bluez.Error.InvalidArguments handling

Use a helper function to void code duplication.

11 years agosap: Use btd_error_* functions
Anderson Lizardo [Fri, 21 Dec 2012 16:25:01 +0000 (12:25 -0400)]
sap: Use btd_error_* functions

These helper functions are available for plugins and simplify error
handling code.

11 years agocore: Use ERROR_INTERFACE instead of org.bluez.Error
Anderson Lizardo [Fri, 21 Dec 2012 16:25:00 +0000 (12:25 -0400)]
core: Use ERROR_INTERFACE instead of org.bluez.Error

11 years agodoc: Use lower case string values for supported OBEX targets
Johan Hedberg [Fri, 21 Dec 2012 21:34:55 +0000 (23:34 +0200)]
doc: Use lower case string values for supported OBEX targets

11 years agoobexd: Fix crash while attempting to authorize transfer
Luiz Augusto von Dentz [Fri, 21 Dec 2012 21:16:33 +0000 (23:16 +0200)]
obexd: Fix crash while attempting to authorize transfer

Transfer need to be registered before it is authorized because
AuthorizePush takes the transfer path and the agent may try to access
the transfer properties to figure out its details.

11 years agotest: Make OBEX related scripts python 3 compatible
Luiz Augusto von Dentz [Fri, 21 Dec 2012 21:15:30 +0000 (23:15 +0200)]
test: Make OBEX related scripts python 3 compatible

11 years agotest: Port simple-obex-agent to the new API
Luiz Augusto von Dentz [Fri, 21 Dec 2012 21:10:21 +0000 (23:10 +0200)]
test: Port simple-obex-agent to the new API

11 years agoobexd: Update Authorize call to AuthorizePush API
Johan Hedberg [Fri, 21 Dec 2012 20:20:10 +0000 (22:20 +0200)]
obexd: Update Authorize call to AuthorizePush API

11 years agoobexd: Implement Session transfer property
Johan Hedberg [Fri, 21 Dec 2012 20:00:24 +0000 (22:00 +0200)]
obexd: Implement Session transfer property

11 years agoobexd: Fix session path generation in manager_unregister_session
Johan Hedberg [Fri, 21 Dec 2012 20:00:01 +0000 (22:00 +0200)]
obexd: Fix session path generation in manager_unregister_session

11 years agoobexd: Implement Time transfer property
Johan Hedberg [Fri, 21 Dec 2012 19:53:14 +0000 (21:53 +0200)]
obexd: Implement Time transfer property

11 years agodoc: Use uint64 instead of uint32 for Time property in obex-api
Johan Hedberg [Fri, 21 Dec 2012 19:52:40 +0000 (21:52 +0200)]
doc: Use uint64 instead of uint32 for Time property in obex-api

11 years agoobexd: Implement Type transfer property
Johan Hedberg [Fri, 21 Dec 2012 19:42:41 +0000 (21:42 +0200)]
obexd: Implement Type transfer property

11 years agotest: Handle IO exceptions from PBAP client
Marcel Holtmann [Fri, 21 Dec 2012 18:05:33 +0000 (19:05 +0100)]
test: Handle IO exceptions from PBAP client

11 years agoobexd: Add a few more debug statements
Marcel Holtmann [Fri, 21 Dec 2012 17:56:50 +0000 (18:56 +0100)]
obexd: Add a few more debug statements

11 years agodoc: Remove more copyright statements from API specifications
Marcel Holtmann [Fri, 21 Dec 2012 17:44:24 +0000 (18:44 +0100)]
doc: Remove more copyright statements from API specifications

11 years agodoc: Update OBEX push agent callback parameters
Marcel Holtmann [Fri, 21 Dec 2012 17:41:34 +0000 (18:41 +0100)]
doc: Update OBEX push agent callback parameters

11 years agodoc: Update OBEX transfer object with missing properties
Marcel Holtmann [Fri, 21 Dec 2012 17:38:24 +0000 (18:38 +0100)]
doc: Update OBEX transfer object with missing properties

11 years agodoc: Add Release callback to OBEX agent API
Marcel Holtmann [Fri, 21 Dec 2012 17:15:42 +0000 (18:15 +0100)]
doc: Add Release callback to OBEX agent API

11 years agodoc: It should be org.bluez.obex.Error.Failed and not org.bluez.obex.Failed
Marcel Holtmann [Fri, 21 Dec 2012 17:08:26 +0000 (18:08 +0100)]
doc: It should be org.bluez.obex.Error.Failed and not org.bluez.obex.Failed

11 years agodoc: Use org.bluez.obex.MessageAccess1 and org.bluez.obex.Message1
Marcel Holtmann [Fri, 21 Dec 2012 17:06:25 +0000 (18:06 +0100)]
doc: Use org.bluez.obex.MessageAccess1 and org.bluez.obex.Message1

11 years agodoc: Cleanup of OBEX API specifications
Marcel Holtmann [Fri, 21 Dec 2012 17:05:39 +0000 (18:05 +0100)]
doc: Cleanup of OBEX API specifications

11 years agobuild: Include obex-api.txt and obex-agent-api.txt into package
Marcel Holtmann [Fri, 21 Dec 2012 16:59:04 +0000 (17:59 +0100)]
build: Include obex-api.txt and obex-agent-api.txt into package

11 years agodoc: Rename obexd-api.txt into just obex-api.txt
Marcel Holtmann [Fri, 21 Dec 2012 16:57:45 +0000 (17:57 +0100)]
doc: Rename obexd-api.txt into just obex-api.txt

11 years agoobexd: There is only one daemon
Marcel Holtmann [Fri, 21 Dec 2012 16:55:39 +0000 (17:55 +0100)]
obexd: There is only one daemon

11 years agocore: Fix being able to register the same custom property multiple times
Luiz Augusto von Dentz [Fri, 21 Dec 2012 15:23:22 +0000 (17:23 +0200)]
core: Fix being able to register the same custom property multiple times

btd_profile_add_custom_prop should check if the a property with the same
name already exists, in addition to that btd_profile_add_custom_prop now
returns a boolean indicating the success or failure of the operation.

11 years agocore: Fix btd_profile_remove_custom_prop crash
Luiz Augusto von Dentz [Fri, 21 Dec 2012 15:14:21 +0000 (17:14 +0200)]
core: Fix btd_profile_remove_custom_prop crash

In addition add a boolean return to indicate sucess/failure of the
operation.

11 years agomedia: Remove custom property when last endpoint is removed
Luiz Augusto von Dentz [Fri, 21 Dec 2012 15:01:55 +0000 (17:01 +0200)]
media: Remove custom property when last endpoint is removed

When the last endpoint for a given UUID is removed the code should also
remove the custom property.

11 years agocore: Add btd_profile_remove_custom_prop function
Luiz Augusto von Dentz [Fri, 21 Dec 2012 14:56:00 +0000 (16:56 +0200)]
core: Add btd_profile_remove_custom_prop function

btd_profile_remove_custom_prop should be used when the user_data passed
to btd_profile_add_custom_prop is invalidated/destroyed.

11 years agoobexd: Add Session property to Transfer interface
Luiz Augusto von Dentz [Fri, 21 Dec 2012 14:12:44 +0000 (16:12 +0200)]
obexd: Add Session property to Transfer interface

This property indicates the session object path.

11 years agoobexd: Remove unused code
Luiz Augusto von Dentz [Fri, 21 Dec 2012 13:56:12 +0000 (15:56 +0200)]
obexd: Remove unused code

obc_transfer_append_dbus_properties as the code now uses
g_dbus_get_properties to append transfer properties.

11 years agoTODO: Remove BlueZ 5 section as all items are already completed
Johan Hedberg [Fri, 21 Dec 2012 14:27:09 +0000 (16:27 +0200)]
TODO: Remove BlueZ 5 section as all items are already completed

11 years agoadapter: Fix setting discoverable mode from settings
Szymon Janc [Fri, 21 Dec 2012 13:13:05 +0000 (14:13 +0100)]
adapter: Fix setting discoverable mode from settings

Discoverable mode was not set to correct value read from settings.

11 years agoobexd-api: Fix use gboolean intead of boolean
Luiz Augusto von Dentz [Fri, 21 Dec 2012 12:36:49 +0000 (14:36 +0200)]
obexd-api: Fix use gboolean intead of boolean

11 years agoobexd-api: Add possible errors
Luiz Augusto von Dentz [Fri, 21 Dec 2012 12:35:37 +0000 (14:35 +0200)]
obexd-api: Add possible errors

Add missing errors to method calls

11 years agoobexd: Rename Progress property to Transferred
Luiz Augusto von Dentz [Fri, 21 Dec 2012 11:06:55 +0000 (13:06 +0200)]
obexd: Rename Progress property to Transferred

11 years agoobexd: Use term active instead of in-progress for transfer status
Luiz Augusto von Dentz [Fri, 21 Dec 2012 10:47:06 +0000 (12:47 +0200)]
obexd: Use term active instead of in-progress for transfer status

11 years agotest: Update map-client to use the new interfaces
Luiz Augusto von Dentz [Fri, 21 Dec 2012 09:31:28 +0000 (11:31 +0200)]
test: Update map-client to use the new interfaces

11 years agotest: Update pbap-client to use the new interfaces
Luiz Augusto von Dentz [Fri, 21 Dec 2012 09:20:46 +0000 (11:20 +0200)]
test: Update pbap-client to use the new interfaces

11 years agotest: Update ftp-client to use the new interfaces
Luiz Augusto von Dentz [Fri, 21 Dec 2012 09:08:53 +0000 (11:08 +0200)]
test: Update ftp-client to use the new interfaces

11 years agotest: Update opp-client to use the new interfaces
Luiz Augusto von Dentz [Fri, 21 Dec 2012 08:55:12 +0000 (10:55 +0200)]
test: Update opp-client to use the new interfaces

11 years agoobex-client: Rename org.bluez.obex.Transfer to Transfer1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 19:16:16 +0000 (21:16 +0200)]
obex-client: Rename org.bluez.obex.Transfer to Transfer1

Rename the interface and move it to obexd-api.txt since it now belongs
to the same daemon, in addition remove obex-client-api.txt and align with
Transfer1 API in use by the server.

11 years agoobex-client: Rename org.bluez.obex.MessageAccess to MessageAccess1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 18:40:42 +0000 (20:40 +0200)]
obex-client: Rename org.bluez.obex.MessageAccess to MessageAccess1

Rename the interface and move it to obexd-api.txt since it now belongs
to the same daemon, in addition do the same to org.bluez.obex.Message.

11 years agoobex-client: Rename org.bluez.obex.Synchronization to Synchronization1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 18:38:16 +0000 (20:38 +0200)]
obex-client: Rename org.bluez.obex.Synchronization to Synchronization1

Rename the interface and move it to obexd-api.txt since it now belongs
to the same daemon.

11 years agoobex-client: Rename org.bluez.obex.PhonebookAccess to PhonebookAccess1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 18:34:27 +0000 (20:34 +0200)]
obex-client: Rename org.bluez.obex.PhonebookAccess to PhonebookAccess1

Rename the interface and move it to obexd-api.txt since it now belongs
to the same daemon.

11 years agoobex-client: Rename org.bluez.obex.FileTransfer to org.bluez.obex.FileTransfer1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 18:31:05 +0000 (20:31 +0200)]
obex-client: Rename org.bluez.obex.FileTransfer to org.bluez.obex.FileTransfer1

Rename the interface and move it to obexd-api.txt since it now belongs
to the same daemon.

11 years agoobex-client: Rename org.bluez.obex.ObjectPush to org.bluez.obex.ObjectPush1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 18:16:14 +0000 (20:16 +0200)]
obex-client: Rename org.bluez.obex.ObjectPush to org.bluez.obex.ObjectPush1

Rename the interface and move it to obexd-api.txt since it now belongs
to the same daemon.

11 years agoobex-client: Rename org.bluez.obex.Session to org.bluez.obex.Session1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 18:12:35 +0000 (20:12 +0200)]
obex-client: Rename org.bluez.obex.Session to org.bluez.obex.Session1

Rename the interface and move it to obexd-api.txt since it now belongs
to the same daemon.

11 years agoobexd: Rename org.bluez.obex.Client to org.bluez.obex.Client1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 18:01:10 +0000 (20:01 +0200)]
obexd: Rename org.bluez.obex.Client to org.bluez.obex.Client1

Rename the interface and move it to obexd-api.txt since it now belongs
to the same daemon.

11 years agoobexd: Define base path so in future it is easier to change it
Luiz Augusto von Dentz [Thu, 20 Dec 2012 17:54:50 +0000 (19:54 +0200)]
obexd: Define base path so in future it is easier to change it

11 years agoobexd: Align client and server spec of org.bluez.obex.Transfer1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 17:35:05 +0000 (19:35 +0200)]
obexd: Align client and server spec of org.bluez.obex.Transfer1

11 years agoobexd: Remove TransferStarted and TransferCompleted signals
Luiz Augusto von Dentz [Thu, 20 Dec 2012 15:35:57 +0000 (17:35 +0200)]
obexd: Remove TransferStarted and TransferCompleted signals

This now handled by ObjectManager together with a new property called
Status.

11 years agoobexd: Fix transfer path to include session path
Luiz Augusto von Dentz [Thu, 20 Dec 2012 14:47:49 +0000 (16:47 +0200)]
obexd: Fix transfer path to include session path

Transfer path should use the session path as prefix

11 years agotest: Update simple-obex-agent to use the new interface names
Luiz Augusto von Dentz [Thu, 20 Dec 2012 14:13:36 +0000 (16:13 +0200)]
test: Update simple-obex-agent to use the new interface names

11 years agoobexd: Fix session path to include manager path
Luiz Augusto von Dentz [Thu, 20 Dec 2012 14:09:52 +0000 (16:09 +0200)]
obexd: Fix session path to include manager path

Manager path is /org/bluez/obex so use it as prefix in the session path.

11 years agoobexd: Rename org.bluez.obex.Session to org.bluez.obex.Session1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 13:27:05 +0000 (15:27 +0200)]
obexd: Rename org.bluez.obex.Session to org.bluez.obex.Session1

11 years agoobexd: Rename org.bluez.obex.Transfer to org.bluez.obex.Transfer1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 13:25:14 +0000 (15:25 +0200)]
obexd: Rename org.bluez.obex.Transfer to org.bluez.obex.Transfer1

11 years agoobexd: Rename org.bluez.obex.Agent to org.bluez.obex.Agent1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 13:10:24 +0000 (15:10 +0200)]
obexd: Rename org.bluez.obex.Agent to org.bluez.obex.Agent1

11 years agoobexd: Rename Manager to AgentManager1
Luiz Augusto von Dentz [Thu, 20 Dec 2012 12:55:45 +0000 (14:55 +0200)]
obexd: Rename Manager to AgentManager1

11 years agocore: Fix sending set_discoverable if adapter is not connectable
Johan Hedberg [Fri, 21 Dec 2012 09:49:57 +0000 (11:49 +0200)]
core: Fix sending set_discoverable if adapter is not connectable

11 years agobuild: Mark Health plugin as experimental for now
Marcel Holtmann [Fri, 21 Dec 2012 08:46:16 +0000 (09:46 +0100)]
build: Mark Health plugin as experimental for now

The API of the Health plugin and the code itself needs another review
phase in the light for BlueZ 5.x. For now mark this plugin as experimental.

11 years agobuild: Split documentation files into multiple separate lists
Marcel Holtmann [Fri, 21 Dec 2012 08:41:43 +0000 (09:41 +0100)]
build: Split documentation files into multiple separate lists

11 years agodoc: Remove outdated audio-telephony-design.txt for now
Marcel Holtmann [Fri, 21 Dec 2012 08:38:43 +0000 (09:38 +0100)]
doc: Remove outdated audio-telephony-design.txt for now

Since the document has large portions that are outdated, remove it
for now. It should be brought back with updated information later on.

11 years agotest: Make it possible to call test-network with a "connect" parameter
Johan Hedberg [Fri, 21 Dec 2012 08:30:44 +0000 (10:30 +0200)]
test: Make it possible to call test-network with a "connect" parameter

11 years agotest: Fix test-network logging after a successful connection
Johan Hedberg [Fri, 21 Dec 2012 08:10:53 +0000 (10:10 +0200)]
test: Fix test-network logging after a successful connection

11 years agonetwork: Add debug logs to better follow the connection procedure
Johan Hedberg [Fri, 21 Dec 2012 07:50:12 +0000 (09:50 +0200)]
network: Add debug logs to better follow the connection procedure

11 years agonetwork: Fix bnep_send_conn_req error checking
Johan Hedberg [Fri, 21 Dec 2012 07:58:52 +0000 (09:58 +0200)]
network: Fix bnep_send_conn_req error checking

11 years agonetwork: Remove unnecessary function cast
Johan Hedberg [Fri, 21 Dec 2012 07:54:53 +0000 (09:54 +0200)]
network: Remove unnecessary function cast

11 years agonetwork: Fix passing correct btd_profile to device_profile_connected
Johan Hedberg [Fri, 21 Dec 2012 07:52:54 +0000 (09:52 +0200)]
network: Fix passing correct btd_profile to device_profile_connected

11 years agoRevert "build: Remove test-network"
Johan Hedberg [Fri, 21 Dec 2012 07:25:03 +0000 (09:25 +0200)]
Revert "build: Remove test-network"

This reverts commit 9efcb970ce023f9bedbe8160be0226fd14367878.

Conflicts:
Makefile.tools

11 years agonetwork: Remove pointless pointer assignment at end of function
Johan Hedberg [Thu, 20 Dec 2012 23:53:30 +0000 (01:53 +0200)]
network: Remove pointless pointer assignment at end of function

11 years agoRevert "network: Remove Network.Connect and Network.Disconnect"
Johan Hedberg [Thu, 20 Dec 2012 23:21:32 +0000 (01:21 +0200)]
Revert "network: Remove Network.Connect and Network.Disconnect"

This reverts commit 9c62de94e5044038bcaae6cd6c0ec783fbee607a.

For convenience (mainly for ConnMan) bring back
Network1.Connect/Disconnect since they also give the interface name
directly.

11 years agohealth: Use lower-case strings for enum values (for consistency)
Johan Hedberg [Thu, 20 Dec 2012 22:18:18 +0000 (00:18 +0200)]
health: Use lower-case strings for enum values (for consistency)