summaryrefslogtreecommitdiff
path: root/audio/manager.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-10-05Fix HFP HF-role SDP record profile versionJohan Hedberg1-1/+1
2009-09-04Fix audio connection authorization handling with timeoutsJohan Hedberg1-0/+25
2009-09-03Rename audio_device_is_connected more appropriatelyJohan Hedberg1-1/+1
2009-09-02Make headset connecting state consistent with the rest of the interfacesJohan Hedberg1-1/+1
2009-08-11Don't enable the SCO server socket when not necessaryJohan Hedberg1-1/+4
2009-07-13Create A2DP Source interface.João Paulo Rechi Vita1-0/+5
2009-06-30Misc fixes for HFP HF roleForrest Zhao1-1/+1
2009-06-19Fix small typoJoão Paulo Rechi Vita1-1/+1
2009-06-15Fix bug which cause authorization to be denied in certain headsets.Luiz Augusto von Dentz1-4/+4
2009-06-02Fix headset never connecting on the first attempt.Luiz Augusto von Dentz1-3/+6
2009-05-27Make audio plugin to use adapter references.Luiz Augusto von Dentz1-36/+99
2009-04-28Fix bug which prevent headset driver to load a second time.Luiz Augusto von Dentz1-0/+2
2009-04-23Fix sending AVRCP commands to non-target devicesJohan Hedberg1-9/+6
2009-04-22Make audio plugin to use disconnect watches.Luiz Augusto von Dentz1-3/+1
2009-04-11Fix manager_get_device to not always create a new device objectJohan Hedberg1-4/+8
2009-04-03Add basic framework support for HFP HF role (org.bluez.HeadsetGateway)Forrest1-27/+104
2009-04-01Remove unused variable.Luiz Augusto von Dentz1-6/+0
2009-04-01Fix dead assignments.Luiz Augusto von Dentz1-3/+0
2009-03-27Add support for automatic HFP+A2DP connection creation with incoming connectionsJohan Hedberg1-4/+12
2009-03-25Add object field to audio ipc messages.Luiz Augusto von Dentz1-11/+11
2009-03-25Add source and destination fields to audio ipc messages.Luiz Augusto von Dentz1-6/+15
2009-03-12Fix audio plugin initialization failure casesJohan Hedberg1-3/+8
2009-03-03Update HSP version to 1.2Johan Hedberg1-1/+1
2009-02-25Fix headset_connect_rfcomm error return caseJohan Hedberg1-1/+1
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz1-3/+3
2009-02-19Make use of g_error_free instead of g_clear_error when possible.Luiz Augusto von Dentz1-2/+2
2009-02-19Convert HSP/HFP to use btio confirm_cbJohan Hedberg1-20/+18
2009-02-19Add missing commaJohan Hedberg1-1/+1
2009-02-19Make audio plugin to use BtIO API.Luiz Augusto von Dentz1-34/+62
2009-02-06Remove unnecessary empty lineJohan Hedberg1-1/+0
2009-01-08Make audio plugin to use audio_device sufix instead of device_.Luiz Augusto von Dentz1-3/+3
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-23Removed unused functionMarcel Holtmann1-18/+0
2008-12-02Check if btd_device_add_uuid succeeded.Luiz Augusto von Dentz1-1/+4
2008-10-24Fix manager_allow_headset_connection count checkJohan Hedberg1-2/+4
2008-10-24Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg1-8/+4
2008-10-24Limit the amount of connected HSP/HFP devices and make it configurableJohan Hedberg1-0/+39
2008-10-10Make server_is_enabled simply use the config file values for nowJohan Hedberg1-45/+20
2008-10-09Add mechanism for adding new UUIDs from the driver sideJohan Hedberg1-27/+24
2008-10-09Make device driver probe calls take UUID's instead of full recordsJohan Hedberg1-54/+41
2008-10-08Fix typoJohan Hedberg1-1/+1
2008-10-08Create audio device objects on incoming connections if necessaryJohan Hedberg1-10/+8
2008-10-08Add separate function for creating new audio device objectsJohan Hedberg1-5/+53
2008-10-04Change SCO server socket into a generic oneJohan Hedberg1-56/+0
2008-09-10Remove unnecessary return statements from the end of void functionsJohan Hedberg1-2/+0
2008-09-10Add SCO server socket (needed for HFP)Johan Hedberg1-10/+77
2008-09-10Minor coding style fixJohan Hedberg1-2/+2
2008-09-09Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes1-4/+0
2008-09-08Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz1-2/+32