summaryrefslogtreecommitdiff
path: root/audio/manager.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-19Add manager_foreach_adapter()Johan Hedberg1-1/+1
2010-12-15Fix invalid g_io_channel_unref call in hf_io_cbJohan Hedberg1-1/+0
2010-12-02Fix deinitializing telephony backend when it wasn't initializedLuiz Augusto von Dentz1-3/+1
2010-11-28Remove unused includesJohan Hedberg1-3/+0
2010-11-25Fix not deinitializing telephony driver when there is no adapter poweredLuiz Augusto von Dentz1-5/+54
2010-09-15Add initial implementation of org.bluez.Media specLuiz Augusto von Dentz1-0/+54
2010-09-15Add option to enable/disable unix ipc via audio.confLuiz Augusto Von Dentz1-0/+12
2010-08-18Add set fast connectable to audio managerDmitriy Paliy1-0/+14
2010-06-29Remove redundant information that is already present in DBGLuiz Augusto von Dentz1-5/+4
2010-06-17Fix memory leakJohan Hedberg1-1/+7
2010-06-04Fix adapter reference counting in gateway_server_removeZhu Yanhai1-1/+1
2010-05-26Coding style cleanupJohan Hedberg1-14/+9
2010-05-21Move debug() to DBG()Gustavo F. Padovan1-23/+23
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan1-1/+1
2010-02-04Implement HandsfreeGateway InterfaceGustavo F. Padovan1-14/+5
2010-01-07Update Nokia copyrightsJohan Hedberg1-1/+1
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