summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding adapter_get_bonding_info.Alok Barsode2008-09-033-12/+30
|
* Adding adapter_free_bonding_request.Alok Barsode2008-09-034-49/+48
|
* Adding adapter_search_active_conn_by_bdaddr andAlok Barsode2008-09-035-39/+68
| | | | adapter_search_active_conn_by_handle.
* Adding adapter_remove_active_conn.Alok Barsode2008-09-033-2/+13
|
* Adding adapter_add_active_conn.Alok Barsode2008-09-033-15/+19
|
* Adding adapter_get_agent.Alok Barsode2008-09-034-11/+22
|
* Moving adapter_mode_changed to adapter.c.Alok Barsode2008-09-033-44/+45
|
* Freeing oor_devices list after device discovery.Alok Barsode2008-09-032-5/+6
|
* Input cleanup: removed old API filesClaudio Takahasi2008-09-033-149/+1
|
* Input cleanup: unused functionsClaudio Takahasi2008-09-032-93/+0
|
* Input cleanup: missing static modifierClaudio Takahasi2008-09-031-5/+5
|
* Input cleanup: Unnecessary headers and functionClaudio Takahasi2008-09-033-17/+0
|
* Fix wrong indentationMarcel Holtmann2008-09-031-1/+1
|
* Reorder some functionsMarcel Holtmann2008-09-032-14/+12
|
* Remove HFP AG features from audio.conf since they should come from the ↵Johan Hedberg2008-09-033-104/+10
| | | | telephony plugin
* Preliminary support for indicatorsJohan Hedberg2008-09-033-3/+85
|
* Remove unnecessary includeJohan Hedberg2008-09-031-1/+0
|
* Add telephony initialization calls to correct placesJohan Hedberg2008-09-032-2/+9
|
* Add skeleton for basic telephony functionsJohan Hedberg2008-09-033-0/+33
|
* Fix wrong method namesMarcel Holtmann2008-09-031-4/+4
|
* Add service API documentationMarcel Holtmann2008-09-032-47/+62
|
* Allow loading of service pluginMarcel Holtmann2008-09-031-0/+3
|
* Remove unused records list variableMarcel Holtmann2008-09-031-2/+0
|
* Remove unused find_record()Marcel Holtmann2008-09-031-19/+0
|
* Remove unneeded sdp-glib.c fileMarcel Holtmann2008-09-031-239/+0
|
* Release the D-Bus connectionMarcel Holtmann2008-09-031-0/+2
|
* Make methods related to external services into service plugin.Luiz Augusto von Dentz2008-09-026-218/+587
|
* Removes the agent when the adapter is freed, if it wasn't already doneVinicius Costa Gomes2008-09-012-0/+6
|
* Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-cloneMarcel Holtmann2008-09-0215-604/+170
|\
| * Network: Removed unused functionClaudio Takahasi2008-09-012-21/+0
| |
| * Network: Removed old test scriptClaudio Takahasi2008-09-012-38/+1
| |
| * Network: updated network APIClaudio Takahasi2008-09-011-0/+34
| |
| * Network: Removed old network APIClaudio Takahasi2008-09-011-199/+0
| |
| * Network: Minor cleanupClaudio Takahasi2008-09-016-40/+5
| |
| * Adapter initialization cleanupClaudio Takahasi2008-09-015-306/+130
| |
* | Update --help textMarcel Holtmann2008-09-021-1/+1
| |
* | Merge old change logs into one global oneMarcel Holtmann2008-09-013-1156/+818
| |
* | Use fdatasync() to make sure modification are writtenMarcel Holtmann2008-09-011-0/+2
| |
* | Don't install bluez.m4 anymoreMarcel Holtmann2008-09-011-5/+1
| |
* | Fix left-over entries from hcid.8Marcel Holtmann2008-09-011-11/+4
| |
* | Move test scripts into test directoryMarcel Holtmann2008-09-0114-5/+5
| |
* | Add generated telephony driver sourceMarcel Holtmann2008-09-011-0/+1
| |
* | Re-order SOURCES listingMarcel Holtmann2008-09-011-7/+5
| |
* | Move service record registration into adapterMarcel Holtmann2008-09-013-250/+157
| |
* | Fix building of telephony driverMarcel Holtmann2008-09-011-10/+7
| |
* | Remove telephony driver skeletonMarcel Holtmann2008-09-013-72/+1
| |
* | Cleanup the linked telephony driverMarcel Holtmann2008-09-011-0/+2
| |
* | Don't forget to include storage.h in SOURCESMarcel Holtmann2008-09-011-1/+1
| |
* | Add skeleton for telephony driversMarcel Holtmann2008-09-014-6/+75
|/
* Make DiscoverDevices to create discover sessions.Luiz Augusto von Dentz2008-08-296-437/+271
|