summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* More cleanupJohan Hedberg2007-02-151-121/+104
* Add missing calls to dbus_pending_call_unrefJohan Hedberg2007-02-151-1/+4
* Be sure to always reply to method callsJohan Hedberg2007-02-151-13/+25
* More cleanup and fixesJohan Hedberg2007-02-151-10/+13
* Change option for standalone modeMarcel Holtmann2007-02-151-1/+4
* Remove invalid g_io_channel_unrefJohan Hedberg2007-02-151-1/+0
* Use -d for running as an external serviceJohan Hedberg2007-02-151-4/+1
* More cleanup and fixesJohan Hedberg2007-02-151-91/+81
* Allow registering as an external service (for debugin purposes)Johan Hedberg2007-02-151-1/+46
* Further fixes and cleanupJohan Hedberg2007-02-151-63/+48
* CleanupJohan Hedberg2007-02-141-42/+45
* Update device state when accepting an incomming connectionJohan Hedberg2007-02-111-0/+1
* Further headsetd fixesJohan Hedberg2007-02-111-15/+22