summaryrefslogtreecommitdiffstats
path: root/audio/manager.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typoJohan Hedberg2007-05-311-1/+1
|
* Return error if no audio related services were found in a remote deviceJohan Hedberg2007-05-311-0/+8
|
* Bring the audio code up-to-date with the current API specJohan Hedberg2007-05-311-63/+228
|
* Use global D-Bus connection for SDP transactionJohan Hedberg2007-05-281-22/+19
|
* Move unix socket functionality into unix.cJohan Hedberg2007-05-261-77/+0
|
* Add missing DeviceCreated signalJohan Hedberg2007-05-191-0/+9
|
* Allocate memory for each handle in the list instead of casting between ints ↵Johan Hedberg2007-05-191-7/+12
| | | | and pointers
* Implement CreateDevice, associated SDP discovery and other necessary changesJohan Hedberg2007-05-191-44/+480
|
* 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
|
* Update code to match more closely to API descriptionJohan Hedberg2007-05-181-13/+36
|
* Add place holders for not yet implemented methods and signalsJohan Hedberg2007-05-181-5/+34
|
* Refactoring to allow adding support for more profilesJohan Hedberg2007-05-151-55/+227
|
* Use dbus_connection_emit_signal for sending signalsJohan Hedberg2007-05-091-25/+29
|
* Convert to using generic dbus message dispatchingJohan Hedberg2007-05-091-41/+43
|
* Use org.bluez.audio.Error interface for D-Bus error returnsJohan Hedberg2007-04-271-5/+8
|
* Free path string first when it is no longer neededJohan Hedberg2007-04-201-1/+2
|
* Cleanup and small fixesJohan Hedberg2007-04-131-16/+25
|
* A little more refactoringJohan Hedberg2007-04-121-93/+0
|
* Remove unused functionsJohan Hedberg2007-04-121-5/+0
|
* Redo the manager-headset splitup by using object paths as public identifiers ↵Johan Hedberg2007-04-121-56/+34
| | | | for headsets
* Let the manager use global variablesMarcel Holtmann2007-04-111-139/+99
|
* 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-111-11/+82
|
* Add first step of ALSA plugin integrationMarcel Holtmann2007-04-101-0/+1
|
* Rename functions for consistencyJohan Hedberg2007-04-101-10/+10
|
* Audio service refactoring: move all manager functions to manager.cJohan Hedberg2007-04-101-4/+319
|
* Simple process communicationMarcel Holtmann2007-04-091-0/+83
|
* Fix some forgotton leftoversMarcel Holtmann2007-04-081-1/+10
|
* Add skeleton for manager interfaceMarcel Holtmann2007-03-091-0/+37