summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Disallow HFP connections when the telephony plugin isn't yet initializedJohan Hedberg2008-09-042-6/+18
* Remove incorrect call to headset_set_state(connected) before HFP SLC is upJohan Hedberg2008-09-041-1/+0
* Don't send Response and Hold status if there is noneJohan Hedberg2008-09-041-1/+1
* Fix adapter_add_active_conn parameter checkJohan Hedberg2008-09-041-1/+1
* Rename DiscoverDevices to StartDiscovery, CancelDiscovery to StopDiscovery an...Luiz Augusto von Dentz2008-09-043-32/+36
* Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-cloneMarcel Holtmann2008-09-0417-238/+238
|\
| * Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-0417-238/+238
* | No need to call telephony_response_and_hold_ind in telephony_event_reporting_...Johan Hedberg2008-09-041-4/+4
* | Remove unused functionJohan Hedberg2008-09-041-5/+0
* | Add some documentation for the AG variablesJohan Hedberg2008-09-041-7/+7
* | Add a telephony_ready callback to notify initialization completionJohan Hedberg2008-09-044-25/+22
* | Move AG state variables in headset.c into a separate singeltonJohan Hedberg2008-09-041-21/+30
* | Implement basic HFP response and hold supportJohan Hedberg2008-09-043-6/+76
* | Implement basic event reporting supportJohan Hedberg2008-09-043-0/+70
* | Update the telephony-dummy indicators to match the ones in the HFP spec.Johan Hedberg2008-09-041-4/+1
|/
* Moving struct adapter to adapter.cAlok Barsode2008-09-032-28/+28
* Fixing service.cAlok Barsode2008-09-031-2/+2
* Fixing serial plugin.Alok Barsode2008-09-031-1/+1
* Adding adapter_has_discov_sessions.Alok Barsode2008-09-033-1/+10
* fixing dbus-hci.c to use adapter_find_device.Alok Barsode2008-09-031-6/+2
* 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
* 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 teleph...Johan Hedberg2008-09-033-104/+10
* 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