summaryrefslogtreecommitdiff
path: root/audio/manager.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-07Update Nokia copyrightsJohan Hedberg1-1/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-08-11Don't enable the SCO server socket when not necessaryJohan Hedberg1-1/+2
2009-06-02Fix headset never connecting on the first attempt.Luiz Augusto von Dentz1-1/+1
2009-04-11Fix manager_get_device to not always create a new device objectJohan Hedberg1-1/+2
2009-03-25Add object field to audio ipc messages.Luiz Augusto von Dentz1-1/+2
2009-03-25Add source and destination fields to audio ipc messages.Luiz Augusto von Dentz1-1/+3
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-10-24Limit the amount of connected HSP/HFP devices and make it configurableJohan Hedberg1-0/+2
2008-10-10Make server_is_enabled simply use the config file values for nowJohan Hedberg1-0/+1
2008-10-09Add mechanism for adding new UUIDs from the driver sideJohan Hedberg1-2/+1
2008-10-08Create audio device objects on incoming connections if necessaryJohan Hedberg1-2/+3
2008-10-08Add separate function for creating new audio device objectsJohan Hedberg1-4/+2
2008-09-06Fix audio and input interfaces match the API documentationJohan Hedberg1-4/+0
2008-08-12Make audio plugin to register adapter drivers.Luiz Augusto von Dentz1-1/+1
2008-07-28Cleanup audio manager.Luiz Augusto von Dentz1-2/+0
2008-06-17Fix authorization mechanism for 3.x.Luiz Augusto von Dentz1-7/+0
2008-05-29Replace struct device with struct audio_deviceMarcel Holtmann1-3/+3
2008-05-15Fix problem with non const bdaddr_tMarcel Holtmann1-1/+1
2008-05-14Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz1-2/+2
2008-03-27Convert audio service into a plugin.Luiz Augusto von Dentz1-4/+2
2008-02-02Update copyright informationMarcel Holtmann1-1/+1
2008-01-16Reorganize audio.conf parsing in a more modular mannerJohan Hedberg1-4/+1
2008-01-08Improve HFP/HSP discovery and connection state trackingJohan Hedberg1-0/+1
2007-10-23Update copyright informationMarcel Holtmann1-0/+1
2007-08-30Fix behaviour when no adapter is connectedJohan Hedberg1-1/+1
2007-08-28Make SBC Audio Source count configurable and the default value 1Johan Hedberg1-1/+1
2007-08-27First try at device autocreate supportJohan Hedberg1-0/+5
2007-08-23Add support for ALSA parametersMarcel Holtmann1-4/+3
2007-08-21Implement RequestAuthorization supportJohan Hedberg1-0/+7
2007-08-13Remove ifndef protections and includes from .h filesJohan Hedberg1-5/+0
2007-08-12Clean up mess with header filesJohan Hedberg1-0/+1
2007-08-12Implement proper acceptor side functionalityJohan Hedberg1-1/+1
2007-08-11Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg1-1/+16
2007-07-20Move server registration and sdp record code from gateway to manager.Luiz Augusto von Dentz1-1/+1
2007-06-22Add storage support and fixup messed up coding styleMarcel Holtmann1-0/+1
2007-06-22Update build to make use of newly create files.Luiz Augusto von Dentz1-64/+3
2007-06-18Make deprecated headset methods to rely on new device methods.Luiz Augusto von Dentz1-1/+1
2007-06-16Add Headset gain control methodsJohan Hedberg1-0/+1
2007-06-06Some fixes for audio code prototype.Luiz Augusto von Dentz1-0/+1
2007-06-04Implement Manager.FindDeviceByAddress methodJohan Hedberg1-0/+1
2007-05-31Bring the audio code up-to-date with the current API specJohan Hedberg1-3/+15
2007-05-19Implement CreateDevice, associated SDP discovery and other necessary changesJohan Hedberg1-0/+14
2007-05-16Add place holders for AudioGW and Target interface supportJohan Hedberg1-0/+2
2007-05-15Refactoring to allow adding support for more profilesJohan Hedberg1-2/+30
2007-05-09Convert to using generic dbus message dispatchingJohan Hedberg1-0/+1
2007-04-13Cleanup and small fixesJohan Hedberg1-1/+1
2007-04-12Remove unused functionsJohan Hedberg1-4/+0
2007-04-12Redo the manager-headset splitup by using object paths as public identifiers ...Johan Hedberg1-1/+1
2007-04-11Let the manager use global variablesMarcel Holtmann1-11/+3