summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add skeletons for missing methodsJohan Hedberg2007-04-041-1/+30
|
* Add basic plugin codeMarcel Holtmann2007-04-042-0/+24
|
* Add example asound.conf fileMarcel Holtmann2007-04-042-1/+8
|
* Add skeleton for generic ALSA pluginsMarcel Holtmann2007-04-043-1/+67
|
* Make headset service installableMarcel Holtmann2007-04-011-7/+16
|
* Add IsConnected() to dbus-api.txtJohan Hedberg2007-04-011-0/+2
|
* 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
|
* Add skeleton for manager interfaceMarcel Holtmann2007-03-094-2/+70
|
* indicatecallBrad Midgley2007-03-081-0/+18
|
* flesh out headset objectBrad Midgley2007-03-081-0/+20
|
* 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
|