e_dbus/bluez: Initial support to get and set individual properties
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 17 Feb 2010 18:46:14 +0000 (18:46 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 17 Feb 2010 18:46:14 +0000 (18:46 +0000)
commita1016d1dbb578aceefcd4eb549f07ee45e7301a0
tree4e008abba4b002660e066e1b2c4bec991fc606a3
parent10c050126118d1e047df0be2b2ba638190008b63
e_dbus/bluez: Initial support to get and set individual properties

Only 3 methods are suportted right now: _bluez_device_name_get,
e_bluez_adapter_powered_set, e_bluez_adapter_address_get.
One should refer to the BlueZ doc to look what's missing to implement.

By: Gustavo F. Padovan <padovan@profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@46256 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/e_dbus_bluez_test.c
src/lib/bluez/E_Bluez.h
src/lib/bluez/Makefile.am
src/lib/bluez/e_bluez.c
src/lib/bluez/e_bluez_adapter.c
src/lib/bluez/e_bluez_device.c [new file with mode: 0644]
src/lib/bluez/e_bluez_private.h