summaryrefslogtreecommitdiffstats
path: root/hcid/manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-547/+0
|
* Adding adapter_free.Alok Barsode2008-07-291-3/+2
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Fix warnings.Luiz Augusto von Dentz2008-07-291-3/+3
|
* Adding adapter_get_address.Alok Barsode2008-07-281-3/+6
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding adapter_get_path.Alok Barsode2008-07-281-15/+33
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding adapter_get_dev_id.Alok Barsode2008-07-281-3/+8
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Adding adapter_create.Alok Barsode2008-07-281-17/+5
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
* Cleanup adapter startup.Luiz Augusto von Dentz2008-07-281-624/+27
|
* Prevent loading devices from store when they are already loaded.Luiz Augusto von Dentz2008-07-281-0/+4
|
* Remove get_device_name and set_device_name functions.Luiz Augusto von Dentz2008-07-281-63/+0
|
* Remove unused code.Luiz Augusto von Dentz2008-07-281-163/+12
|
* Integrate struct hci_dev into struct adapter.Luiz Augusto von Dentz2008-07-281-108/+40
|
* Remove legacy code.Luiz Augusto von Dentz2008-07-281-28/+0
|
* Move adapter initialization code from dbus-hci.c to manager.c.Luiz Augusto von Dentz2008-07-281-2/+408
|
* Cleanup device.c and move adapter initialization to manager.c.Luiz Augusto von Dentz2008-07-281-0/+666
|
* Remove dbus-error.c dbus-error.hLuiz Augusto von Dentz2008-07-281-1/+0
|
* Remove deprecated object paths and files.Luiz Augusto von Dentz2008-07-281-2/+0
|
* Cleanup dbus-hci.c and make hcid to only register adapters on /hciX.Luiz Augusto von Dentz2008-07-281-20/+6
|
* Cleanup hci manager.Luiz Augusto von Dentz2008-07-281-312/+11
|
* Move adapter list from dbus-hci.c to manager.cLuiz Augusto von Dentz2008-06-091-46/+171
|
* Replace destroy function with proper unregister callMarcel Holtmann2008-06-031-0/+8
|
* Converted Manager interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-64/+85
|
* Restore error handling for the new manager interfaceMarcel Holtmann2008-05-271-21/+15
|
* First attempt to use the new interface helpersMarcel Holtmann2008-05-271-37/+41
|
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-1/+0
|
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-1/+2
|
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-21/+8
|
* search_service cleanupClaudio Takahasi2008-04-031-2/+2
|
* added new adapter/device D-Bus pathClaudio Takahasi2008-03-141-3/+3
|
* Add support for having the new manager interface on root pathMarcel Holtmann2008-03-131-9/+166
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-10/+11
|
* Whitespace cleanupJohan Hedberg2007-11-071-1/+1
|
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
|
* FindAdapter: don't ignore adapters in DOWN stateJohan Hedberg2007-10-031-1/+52
|
* Protect ActivateService against executing a service twice if it is currently ↵Johan Hedberg2007-09-261-0/+3
| | | | starting up
* Trigger the service classes update through a callbackMarcel Holtmann2007-08-231-53/+0
|
* Update service classes on all adaptersMarcel Holtmann2007-08-231-12/+40
|
* First attempt for automatic setting of service classes valueMarcel Holtmann2007-08-221-0/+26
|
* Rename files for adapter interfaceMarcel Holtmann2007-08-151-2/+3
|
* Rename files for manager interfaceMarcel Holtmann2007-08-151-0/+329