summaryrefslogtreecommitdiffstats
path: root/src/manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Prevent duplicated adapter from being registered.Luiz Augusto von Dentz2009-03-211-1/+8
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Fix signal emissions when removing adaptersMarcel Holtmann2008-12-231-6/+7
|
* Don't delcare variables after statementsMarcel Holtmann2008-12-231-1/+2
|
* Cleanup adapters on exit.Luiz Augusto von Dentz2008-12-221-44/+46
| | | | | | | When bluetoothd is terminated any remaining registered adapters should be unregistered (including proper D-Bus signal emition) and have their drivers removed. The adapters should also be brought down unless they were already up upon initialization.
* Send DefaultAdapterChanged signal before any propertiesMarcel Holtmann2008-12-201-2/+2
|
* Send AdapterRemoved and DeviceRemoved signals lastMarcel Holtmann2008-12-201-2/+2
|
* Fix spelling mistake in property nameMarcel Holtmann2008-12-201-1/+1
|
* Send PropertyChanged signal for added or removed adaptersMarcel Holtmann2008-12-201-1/+24
|
* Add support for global propertiesMarcel Holtmann2008-12-011-0/+37
|
* Fix DefaultAdapter not indicanting adapter properly after repluging.Luiz Augusto von Dentz2008-12-011-6/+10
|
* Stop the security manager if we do a DEVDOWN in adapter_upJohan Hedberg2008-12-011-1/+1
|
* Set default adapter on registrationMarcel Holtmann2008-11-301-1/+8
|
* Remove some useless bracesMarcel Holtmann2008-11-301-1/+1
|
* Make FindAdapter return the any object if presentMarcel Holtmann2008-11-011-4/+10
|
* Mix the PID into the base pathMarcel Holtmann2008-10-311-0/+2
|
* Move storage of the base path to managerMarcel Holtmann2008-10-311-0/+7
|
* Allow dynamic adapter driver registrationClaudio Takahasi2008-10-151-0/+5
|
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-2/+6
|
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-19/+19
|
* Fix emitting mode off twice when an adapter is unplugged.Luiz Augusto von Dentz2008-08-291-2/+0
|
* Manager: removed unused functionsClaudio Takahasi2008-08-281-15/+0
|
* Storage cleanupClaudio Takahasi2008-08-281-40/+0
|
* Cleanup: unnecessary includesClaudio Takahasi2008-08-251-10/+0
|
* Fix loading adapter drivers.Luiz Augusto von Dentz2008-08-181-17/+0
|
* Remove server.h and server.c files.Luiz Augusto von Dentz2008-08-121-2/+2
|
* Add initial implementation of adapter driver.Luiz Augusto von Dentz2008-08-051-5/+14
|
* Fix adapter removal.Luiz Augusto von Dentz2008-07-301-15/+3
|
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-0/+547