summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Expand)AuthorAgeFilesLines
* Add storage support and fixup messed up coding styleMarcel Holtmann2007-06-221-8/+8
* Update build to make use of newly create files.Luiz Augusto von Dentz2007-06-221-652/+175
* Make deprecated headset methods to rely on new device methods.Luiz Augusto von Dentz2007-06-181-68/+77
* better messages to figure out why combo set failsBrad Midgley2007-06-181-2/+2
* Add Headset gain control methodsJohan Hedberg2007-06-161-33/+203
* Refuse to pass SCO socket to alsa if PCM SCO routing is configuredJohan Hedberg2007-06-131-0/+6
* Fix triggering an assert if the SCO connect callback gets triggered on theJohan Hedberg2007-06-121-2/+6
* Fix file descriptor passing.Luiz Augusto von Dentz2007-06-111-1/+4
* Remove ring timer when a headset gets disconnectedJohan Hedberg2007-06-111-0/+5
* Code cleanupJohan Hedberg2007-06-091-32/+57
* Some fixes for audio code prototype.Luiz Augusto von Dentz2007-06-061-0/+17
* Fix passing the right parameter to hs_disconnectJohan Hedberg2007-06-061-1/+1
* Add more HFP supportJohan Hedberg2007-06-061-7/+20
* Another minor fixJohan Hedberg2007-06-061-1/+3
* Some cleanup of asserts and error handlingJohan Hedberg2007-06-061-5/+14
* Properly handle a SCO connect() succeeding on the first tryJohan Hedberg2007-06-061-5/+6
* CleanupJohan Hedberg2007-06-061-7/+12
* Add support for configuration fileJohan Hedberg2007-05-311-1/+2
* Bring the audio code up-to-date with the current API specJohan Hedberg2007-05-311-36/+255
* Get rid of unused audio reading & writing functionality (all of this should b...Johan Hedberg2007-05-241-188/+4
* Implement CreateDevice, associated SDP discovery and other necessary changesJohan Hedberg2007-05-191-95/+57
* Update code to match more closely to API descriptionJohan Hedberg2007-05-181-7/+9
* Remove unused functions and defines from the header fileJohan Hedberg2007-05-151-0/+2
* Refactoring to allow adding support for more profilesJohan Hedberg2007-05-151-182/+106
* Remove unecessary checksJohan Hedberg2007-05-111-31/+22
* Add missing G_IO_NVAL flags (potential busyloop otherwise)Johan Hedberg2007-05-111-3/+6
* Use dbus_connection_emit_signal for sending signalsJohan Hedberg2007-05-091-29/+23
* Convert to using generic dbus message dispatchingJohan Hedberg2007-05-091-64/+68
* 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-271-5/+6
* 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
* Cleanup and small fixesJohan Hedberg2007-04-131-103/+130
* A little more refactoringJohan Hedberg2007-04-121-3/+91
* Redo the manager-headset splitup by using object paths as public identifiers ...Johan Hedberg2007-04-121-170/+180
* Let the manager use global variablesMarcel Holtmann2007-04-111-8/+4
* Implement ChangeDefaultHeadset and RemoveHeadset methodsJohan Hedberg2007-04-111-0/+13
* Rename functions for consistencyJohan Hedberg2007-04-101-16/+16
* Audio service refactoring: move all manager functions to manager.cJohan Hedberg2007-04-101-395/+64
* Fix some forgotton leftoversMarcel Holtmann2007-04-081-3/+4
* Add generic audio service initMarcel Holtmann2007-04-081-100/+8
* Call it audio serviceMarcel Holtmann2007-04-081-41/+4
* Fix copy-pase typo in function nameJohan Hedberg2007-04-041-1/+1
* Add skeletons for missing methodsJohan Hedberg2007-04-041-1/+30
* 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