summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Johan Hedberg2007-05-241-188/+4
| | | | be done on the alsa side)
* 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
| | | | volume button is pressed)
* 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
| | | | for headsets
* 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
|
* 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
|
* Fix usage of dbus_pending_call_unrefJohan Hedberg2007-02-251-6/+3
|
* First part of authorization support for the headset serviceJohan Hedberg2007-02-251-9/+65
|
* headset service doesn't need a well known bus nameJohan Hedberg2007-02-171-1/+1
|
* Disconnect SCO if RFCOMM gets disconnectedJohan Hedberg2007-02-161-17/+21
|
* Reset data buffer when disconnectingJohan Hedberg2007-02-161-0/+3
|
* Fix io watch flags for sco channelJohan Hedberg2007-02-151-1/+4
|
* Remove unecessary debug printJohan Hedberg2007-02-151-2/+0
|
* Cleanup headset event parsing functionsJohan Hedberg2007-02-151-19/+34
|