summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Revert acidental commit.Luiz Augusto von Dentz2007-06-041-9/+0
* Add experiemental code for audio service ipc.Luiz Augusto von Dentz2007-06-042-11/+72
* Fix FindDeviceByAddress API descriptionJohan Hedberg2007-06-041-3/+3
* Implement Manager.FindDeviceByAddress methodJohan Hedberg2007-06-043-0/+53
* Only call headset_free if the device actually has headset supportJohan Hedberg2007-05-311-1/+2
* Add support for configuration fileJohan Hedberg2007-05-315-5/+89
* Fix typoJohan Hedberg2007-05-312-3/+3
* Return error if no audio related services were found in a remote deviceJohan Hedberg2007-05-311-0/+8
* Disable HFP support for now (since it's incomplete)Johan Hedberg2007-05-311-1/+1
* Bring the audio code up-to-date with the current API specJohan Hedberg2007-05-315-105/+506
* Update API descriptions to match current planJohan Hedberg2007-05-301-10/+11
* Use global D-Bus connection for SDP transactionJohan Hedberg2007-05-281-22/+19
* Remove initial nul from the socket name define since the snprintf's take care...Johan Hedberg2007-05-261-1/+1
* Move more common stuff to ipc.hJohan Hedberg2007-05-264-20/+12
* Move unix socket functionality into unix.cJohan Hedberg2007-05-265-77/+106
* Add unix.c and unix.h skeletonsMarcel Holtmann2007-05-263-1/+52
* Get rid of unused audio reading & writing functionality (all of this should b...Johan Hedberg2007-05-241-188/+4
* Add missing DeviceCreated signalJohan Hedberg2007-05-191-0/+9
* Allocate memory for each handle in the list instead of casting between ints a...Johan Hedberg2007-05-191-7/+12
* 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 round-t...Johan Hedberg2007-05-181-18/+13
* 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
* 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
* Add headset.h to +bluetoothd_service_audio_SOURCESJohan Hedberg2007-04-131-1/+1
* Cleanup and small fixesJohan Hedberg2007-04-135-124/+162