summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make indicator table read-only (const) on headset.c sideJohan Hedberg2008-09-052-5/+7
* Add some human readable defines for the indicator valuesJohan Hedberg2008-09-052-9/+30
* Implement answer call functionality (ATA)Johan Hedberg2008-09-053-16/+34
* Implement telephony plugin support for terminate call (AT+CHUP)Johan Hedberg2008-09-053-10/+37
* Implement last number dialed (AT+BLDN) supportJohan Hedberg2008-09-053-2/+111
* Add proper debug output per session reference.Luiz Augusto von Dentz2008-09-041-3/+13
* Remove unused functionJohan Hedberg2008-09-041-5/+0
* Fix session handling and add a better debug output for them.Luiz Augusto von Dentz2008-09-042-17/+14
* Network: removed memory leak and moved config file related funcs to manager.cClaudio Takahasi2008-09-043-152/+153
* Input: Converting hid server to adapter driver structureClaudio Takahasi2008-09-043-19/+79
* Add check for unknown connection handleJohan Hedberg2008-09-041-1/+5
* 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