summaryrefslogtreecommitdiff
path: root/audio/manager.c
Commit message (Expand)AuthorAgeFilesLines
* Implement HandsfreeGateway InterfaceGustavo F. Padovan2010-02-041-14/+5
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix HFP HF-role SDP record profile versionJohan Hedberg2009-10-051-1/+1
* Fix audio connection authorization handling with timeoutsJohan Hedberg2009-09-041-0/+25
* Rename audio_device_is_connected more appropriatelyJohan Hedberg2009-09-031-1/+1
* Make headset connecting state consistent with the rest of the interfacesJohan Hedberg2009-09-021-1/+1
* Don't enable the SCO server socket when not necessaryJohan Hedberg2009-08-111-1/+4
* Create A2DP Source interface.João Paulo Rechi Vita2009-07-131-0/+5
* Misc fixes for HFP HF roleForrest Zhao2009-06-301-1/+1
* Fix small typoJoão Paulo Rechi Vita2009-06-191-1/+1
* Fix bug which cause authorization to be denied in certain headsets.Luiz Augusto von Dentz2009-06-151-4/+4
* Fix headset never connecting on the first attempt.Luiz Augusto von Dentz2009-06-021-3/+6
* Make audio plugin to use adapter references.Luiz Augusto von Dentz2009-05-271-36/+99
* Fix bug which prevent headset driver to load a second time.Luiz Augusto von Dentz2009-04-281-0/+2
* Fix sending AVRCP commands to non-target devicesJohan Hedberg2009-04-231-9/+6
* Make audio plugin to use disconnect watches.Luiz Augusto von Dentz2009-04-221-3/+1
* Fix manager_get_device to not always create a new device objectJohan Hedberg2009-04-111-4/+8
* Add basic framework support for HFP HF role (org.bluez.HeadsetGateway)Forrest2009-04-031-27/+104
* Remove unused variable.Luiz Augusto von Dentz2009-04-011-6/+0
* Fix dead assignments.Luiz Augusto von Dentz2009-04-011-3/+0
* Add support for automatic HFP+A2DP connection creation with incoming connectionsJohan Hedberg2009-03-271-4/+12
* Add object field to audio ipc messages.Luiz Augusto von Dentz2009-03-251-11/+11
* Add source and destination fields to audio ipc messages.Luiz Augusto von Dentz2009-03-251-6/+15
* Fix audio plugin initialization failure casesJohan Hedberg2009-03-121-3/+8
* Update HSP version to 1.2Johan Hedberg2009-03-031-1/+1
* Fix headset_connect_rfcomm error return caseJohan Hedberg2009-02-251-1/+1
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-3/+3
* Make use of g_error_free instead of g_clear_error when possible.Luiz Augusto von Dentz2009-02-191-2/+2
* Convert HSP/HFP to use btio confirm_cbJohan Hedberg2009-02-191-20/+18
* Add missing commaJohan Hedberg2009-02-191-1/+1
* Make audio plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-34/+62
* Remove unnecessary empty lineJohan Hedberg2009-02-061-1/+0
* Make audio plugin to use audio_device sufix instead of device_.Luiz Augusto von Dentz2009-01-081-3/+3
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Removed unused functionMarcel Holtmann2008-12-231-18/+0
* Check if btd_device_add_uuid succeeded.Luiz Augusto von Dentz2008-12-021-1/+4
* Fix manager_allow_headset_connection count checkJohan Hedberg2008-10-241-2/+4
* Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg2008-10-241-8/+4
* Limit the amount of connected HSP/HFP devices and make it configurableJohan Hedberg2008-10-241-0/+39
* Make server_is_enabled simply use the config file values for nowJohan Hedberg2008-10-101-45/+20
* Add mechanism for adding new UUIDs from the driver sideJohan Hedberg2008-10-091-27/+24
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-54/+41
* Fix typoJohan Hedberg2008-10-081-1/+1
* Create audio device objects on incoming connections if necessaryJohan Hedberg2008-10-081-10/+8
* Add separate function for creating new audio device objectsJohan Hedberg2008-10-081-5/+53
* Change SCO server socket into a generic oneJohan Hedberg2008-10-041-56/+0
* Remove unnecessary return statements from the end of void functionsJohan Hedberg2008-09-101-2/+0
* Add SCO server socket (needed for HFP)Johan Hedberg2008-09-101-10/+77
* Minor coding style fixJohan Hedberg2008-09-101-2/+2