summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of unused audio reading & writing functionality (all of this should ↵Johan Hedberg2007-05-241-188/+4
| | | | be done on the alsa side)
* Add missing DeviceCreated signalJohan Hedberg2007-05-191-0/+9
|
* Allocate memory for each handle in the list instead of casting between ints ↵Johan Hedberg2007-05-191-7/+12
| | | | and pointers
* Implement CreateDevice, associated SDP discovery and other necessary changesJohan Hedberg2007-05-194-140/+554
|
* Send HeadsetCreated signal when calling CreateHeadsetJohan Hedberg2007-05-181-0/+5
|
* Emit DeviceRemoved signal when a device gets removedJohan Hedberg2007-05-181-0/+6
|
* Implement RemoveDevice and ListDevicesJohan Hedberg2007-05-181-9/+35
|
* Mark GetConnectedInterfaces as experimentalJohan Hedberg2007-05-181-1/+1
|
* Update code to match more closely to API descriptionJohan Hedberg2007-05-183-20/+47
|
* Simplify API parameter lists (with the drawback of causing some extra ↵Johan Hedberg2007-05-181-18/+13
| | | | round-trips)
* Add place holders for not yet implemented methods and signalsJohan Hedberg2007-05-181-5/+34
|
* Add some more necessary methods and signalsJohan Hedberg2007-05-181-1/+27
|
* Add a couple of method proposals inspired by Havoc's recent blog post onJohan Hedberg2007-05-171-1/+15
| | | | D-Bus API design, parcularly the minimizing roundtrips aspect.
* Add place holders for AudioGW and Target interface supportJohan Hedberg2007-05-161-0/+2
|
* Remove unused functions and defines from the header fileJohan Hedberg2007-05-152-6/+2
|
* Refactoring to allow adding support for more profilesJohan Hedberg2007-05-156-250/+396
|
* 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
| | | | volume button is pressed)
* 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
| | | | for headsets
* 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
|