summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Small cleanupMarcel Holtmann2007-05-141-5/+2
* Remove unecessary checksJohan Hedberg2007-05-111-31/+22
* Add missing G_IO_NVAL flags (potential busyloop otherwise)Johan Hedberg2007-05-111-3/+6
* Don't install ALSA plugins without audio serviceMarcel Holtmann2007-05-101-1/+1
* Update API descriptionsMarcel Holtmann2007-05-101-1/+0
* Use dbus_connection_emit_signal for sending signalsJohan Hedberg2007-05-092-54/+52
* Convert to using generic dbus message dispatchingJohan Hedberg2007-05-094-105/+114
* Update API description to match current implementationJohan Hedberg2007-05-091-25/+49
* Implement IsPlaying methodJohan Hedberg2007-05-091-0/+27
* Make use of FinishRemoteServiceTransaction methodJohan Hedberg2007-05-091-0/+38
* Use org.bluez.audio.Error interface for D-Bus error returnsJohan Hedberg2007-04-272-10/+14
* Fix some debug outputsMarcel Holtmann2007-04-271-4/+4
* Free path string first when it is no longer neededJohan Hedberg2007-04-201-1/+2
* Check service classes to be sure that we got the right service recordJohan Hedberg2007-04-201-20/+33
* Cleanup the headset event parsing function a littleJohan Hedberg2007-04-171-48/+45
* Only stop indicating a call if the answer button is pressed (not e.g. if the ...Johan Hedberg2007-04-171-5/+5
* Add headset.h to +bluetoothd_service_audio_SOURCESJohan Hedberg2007-04-131-1/+1
* Cleanup and small fixesJohan Hedberg2007-04-135-124/+162
* A little more refactoringJohan Hedberg2007-04-124-106/+102
* Remove unused functionsJohan Hedberg2007-04-122-9/+0
* Redo the manager-headset splitup by using object paths as public identifiers ...Johan Hedberg2007-04-125-245/+225
* Let the manager use global variablesMarcel Holtmann2007-04-114-162/+107
* Cleanup, minor fixes, and missing signalsJohan Hedberg2007-04-111-16/+54
* Implement ListHeadsets methodJohan Hedberg2007-04-111-1/+25
* Implement ChangeDefaultHeadset and RemoveHeadset methodsJohan Hedberg2007-04-113-11/+96
* Add first step of ALSA plugin integrationMarcel Holtmann2007-04-105-6/+275
* Rename functions for consistencyJohan Hedberg2007-04-104-34/+34
* Audio service refactoring: move all manager functions to manager.cJohan Hedberg2007-04-105-405/+444
* Simple process communicationMarcel Holtmann2007-04-092-2/+325
* Fix some forgotton leftoversMarcel Holtmann2007-04-084-6/+16
* Add generic audio service initMarcel Holtmann2007-04-084-105/+96
* Call it audio serviceMarcel Holtmann2007-04-081-41/+4
* Only provide generic audio serviceMarcel Holtmann2007-04-083-18/+11
* Fix copy-pase typo in function nameJohan Hedberg2007-04-041-1/+1
* Add skeletons for missing methodsJohan Hedberg2007-04-041-1/+30
* Add basic plugin codeMarcel Holtmann2007-04-042-0/+24
* Add example asound.conf fileMarcel Holtmann2007-04-042-1/+8
* Add skeleton for generic ALSA pluginsMarcel Holtmann2007-04-043-1/+67
* Make headset service installableMarcel Holtmann2007-04-011-7/+16
* Add IsConnected() to dbus-api.txtJohan Hedberg2007-04-011-0/+2
* Get rid of some unnecessary static function prototypesJohan Hedberg2007-04-011-41/+32
* Implement IsConnected methodJohan Hedberg2007-04-011-0/+27
* Fix error check for failed connectJohan Hedberg2007-03-211-1/+1
* Manager methods belong in the Manager interfaceJohan Hedberg2007-03-211-1/+1
* Add skeleton for manager interfaceMarcel Holtmann2007-03-094-2/+70
* indicatecallBrad Midgley2007-03-081-0/+18
* flesh out headset objectBrad Midgley2007-03-081-0/+20
* Fix format stringJohan Hedberg2007-02-271-1/+1
* Require all incoming connections to be secureJohan Hedberg2007-02-271-1/+8
* Send CancelAuthorizationRequest when timing out waiting for a reply from hcidJohan Hedberg2007-02-251-1/+23