summaryrefslogtreecommitdiffstats
path: root/audio/manager.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-1/+3
|
* Clean up mess with header filesJohan Hedberg2007-08-121-1/+5
|
* Implement proper acceptor side functionalityJohan Hedberg2007-08-121-21/+56
|
* Update CreateDevice method to only take one parameterJohan Hedberg2007-08-111-115/+7
|
* Get rid of some valgrind warnings caused by hci_get_route(NULL) callsJohan Hedberg2007-08-111-1/+1
|
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-14/+49
|
* Move server registration and sdp record code from gateway to manager.Luiz Augusto von Dentz2007-07-201-7/+532
|
* Minor coding style fixesJohan Hedberg2007-07-191-1/+1
|
* Fix loading default device from every adapter present and devices that are ↵Luiz Augusto von Dentz2007-07-101-1/+16
| | | | was previous loaded.
* Revert changes on storage, rfcomm might change over time.Luiz Augusto von Dentz2007-06-271-12/+5
|
* Make storage to also save rfcomm channel, minor fixes to alsa plugin and ↵Luiz Augusto von Dentz2007-06-271-10/+25
| | | | fixes for service shutdown.
* Fixing the default device selectionMarcel Holtmann2007-06-231-26/+33
|
* Handle systems without a default headsetMarcel Holtmann2007-06-231-0/+3
|
* Fix storage code.Luiz Augusto von Dentz2007-06-231-31/+11
|
* Don't load stored devicesMarcel Holtmann2007-06-231-2/+8
|
* Add storage support and fixup messed up coding styleMarcel Holtmann2007-06-221-17/+123
|
* Update build to make use of newly create files.Luiz Augusto von Dentz2007-06-221-297/+72
|
* Make deprecated headset methods to rely on new device methods.Luiz Augusto von Dentz2007-06-181-157/+164
|
* Add Headset gain control methodsJohan Hedberg2007-06-161-0/+6
|
* Code cleanupJohan Hedberg2007-06-091-23/+40
|
* Fix whitespaceJohan Hedberg2007-06-071-12/+12
|
* Fix CreateHeadset to behave properly if an existing object was foundJohan Hedberg2007-06-071-14/+20
|
* Some fixes for audio code prototype.Luiz Augusto von Dentz2007-06-061-0/+11
|
* Implement Manager.FindDeviceByAddress methodJohan Hedberg2007-06-041-0/+46
|
* Only call headset_free if the device actually has headset supportJohan Hedberg2007-05-311-1/+2
|
* 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
|