summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove g_dbus_unregister_all_interfaces functionMarcel Holtmann2008-07-312-21/+0
* Make use of peer_free instead of g_free.Luiz Augusto von Dentz2008-07-301-1/+1
* Remove device on free.Luiz Augusto von Dentz2008-07-301-0/+1
* Fix adapter removal.Luiz Augusto von Dentz2008-07-304-53/+51
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-07-307-64/+110
* Fix possible unassigned variable.Luiz Augusto von Dentz2008-07-301-1/+1
* Fix possible check for not assigned devnode.Luiz Augusto von Dentz2008-07-301-1/+1
* Use configure.ac as it is the preferred nameMarcel Holtmann2008-07-291-0/+0
* Fix internal includes for Bluetooth libraryMarcel Holtmann2008-07-292-7/+7
* Fix problem of missing record on sdp cache which turn to include a NULL point...Luiz Augusto von Dentz2008-07-291-6/+10
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-2966-20/+20
* Integrate sdpd natively into hcid without any library tricksMarcel Holtmann2008-07-299-23/+7
* Remove useless cstate.c fileMarcel Holtmann2008-07-295-98/+57
* Fix warning.Luiz Augusto von Dentz2008-07-291-1/+1
* Adding adapter_set_scan_mode and adapter_get_scan_mode.Alok Barsode2008-07-293-11/+26
* Adding adapter_set_discov_timeout and adapter_remove_discov_timeout.Alok Barsode2008-07-293-68/+90
* Adding adapter_free.Alok Barsode2008-07-293-3/+14
* Fix warnings.Luiz Augusto von Dentz2008-07-291-3/+3
* Cleanup audio manager.Luiz Augusto von Dentz2008-07-2810-1212/+99
* Fix input to reflect API documentation.Luiz Augusto von Dentz2008-07-283-317/+404
* Check source and destination on service_req_auth.Luiz Augusto von Dentz2008-07-281-0/+3
* Cleanup serial manager.Luiz Augusto von Dentz2008-07-284-1194/+409
* Fix network plugin to reflect the api documentation.Luiz Augusto von Dentz2008-07-283-161/+181
* Adding adapter_get_address.Alok Barsode2008-07-289-22/+46
* Adding adapter_get_path.Alok Barsode2008-07-284-30/+80
* Adding adapter_get_dev_id.Alok Barsode2008-07-286-32/+71
* Adding adapter_create.Alok Barsode2008-07-283-17/+27
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-286-28/+64
* Cleanup network manager.Luiz Augusto von Dentz2008-07-287-1062/+126
* Cleanup input manager.Luiz Augusto von Dentz2008-07-285-864/+114
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-287-28/+105
* Adding store_record, fetch_record and delete_record.Alok Barsode2008-07-282-0/+81
* Cleanup adapter startup.Luiz Augusto von Dentz2008-07-287-656/+571
* Remove eglib.Luiz Augusto von Dentz2008-07-289-2516/+1
* 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-283-75/+58
* Remove unused code.Luiz Augusto von Dentz2008-07-283-169/+12
* Integrate struct hci_dev into struct adapter.Luiz Augusto von Dentz2008-07-285-114/+60
* Remove legacy code.Luiz Augusto von Dentz2008-07-281-28/+0
* Only look for removed uuid when doing a browse.Luiz Augusto von Dentz2008-07-281-4/+3
* Move adapter initialization code from dbus-hci.c to manager.c.Luiz Augusto von Dentz2008-07-286-424/+426
* Renaming device to btd_device and making theAlok Barsode2008-07-2812-135/+137
* Moving struct device to device.cAlok Barsode2008-07-282-19/+19
* Adding device_get_auth.Alok Barsode2008-07-283-1/+7
* Adding device_set_auth.Alok Barsode2008-07-283-1/+10
* Adding device_set_cap.Alok Barsode2008-07-283-1/+10
* Adding device_set_temporary.Alok Barsode2008-07-284-6/+15
* Adding device_is_temporary.Alok Barsode2008-07-284-6/+12
* Adding device_is_busy.Alok Barsode2008-07-283-1/+7
* Adding device_set_agent.Alok Barsode2008-07-284-4/+17