summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Introduce headset_get_nrec.Luiz Augusto von Dentz2008-12-151-0/+1
|
* Fix proble with concurrent clients connecting audio socket.Luiz Augusto von Dentz2008-11-261-0/+4
| | | | | Concurrent connections is needed in order to support clients holding different access locks of the headset, eg. arecord | aplay.
* Make hfp/hsp to suspend properly.Luiz Augusto von Dentz2008-11-251-0/+4
|
* Fix headset_request_stream to check for stream locks.Luiz Augusto von Dentz2008-11-251-1/+3
| | | | | A stream should only be configured if there is no other application holding the lock.
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-3/+4
| | | | | This is preparation for allowing the device object to be correctly set up even when we don't have the full service records but only the remote UUID's.
* Pass context to telephony driver in order to allow multiple headsetsJohan Hedberg2008-10-021-1/+0
| | | | | | This patch allows multiple headsets to be connected at the same time to us. All headsets receive indications but only the headset that sent an AT command will receive the reply for it.
* Add SCO server socket (needed for HFP)Johan Hedberg2008-09-101-0/+1
|
* Fix audio and input interfaces match the API documentationJohan Hedberg2008-09-061-1/+1
|
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-07-301-1/+1
|
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-21/+21
|
* Make audio service to use of bt_*_listen helpers.Luiz Augusto von Dentz2008-05-151-1/+1
|
* Implement proper HFP SLC handlingJohan Hedberg2008-02-191-0/+1
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Initialize HFP supported features properlyJohan Hedberg2008-01-221-1/+1
|
* Reorganize audio.conf parsing in a more modular mannerJohan Hedberg2008-01-161-0/+2
|
* Improve HFP/HSP discovery and connection state trackingJohan Hedberg2008-01-081-10/+4
|
* Add initial mechanism to handle headset commands.Luiz Augusto von Dentz2007-12-121-7/+1
|
* Fix connecting to hfp headset. (Patch from fdalleau)Luiz Augusto von Dentz2007-12-111-2/+2
|
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
|
* Implement proper locking for headsetsJohan Hedberg2007-08-311-2/+7
|
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-311-2/+2
|
* Fix unix client disconnects before headset has been successfully connectedJohan Hedberg2007-08-281-0/+1
|
* Convert alsa initiated headset connections to similar callback system that ↵Johan Hedberg2007-08-271-2/+6
| | | | A2DP is already using
* Rework interfacing with the avdtp state machineJohan Hedberg2007-08-161-0/+5
|
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-7/+0
|
* Clean up mess with header filesJohan Hedberg2007-08-121-19/+13
|
* Remove redundant stream fd from config responseJohan Hedberg2007-08-111-1/+1
|
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-8/+16
|
* Code cleanup.Luiz Augusto von Dentz2007-07-101-5/+5
|
* Revert changes on storage, rfcomm might change over time.Luiz Augusto von Dentz2007-06-271-1/+1
|
* Make headset also connect rfcomm when it demands, remove asserts and some ↵Luiz Augusto von Dentz2007-06-271-1/+3
| | | | code cleanups.
* Update build to make use of newly create files.Luiz Augusto von Dentz2007-06-221-15/+34
|
* Make deprecated headset methods to rely on new device methods.Luiz Augusto von Dentz2007-06-181-2/+2
|
* Some fixes for audio code prototype.Luiz Augusto von Dentz2007-06-061-0/+4
|
* 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-2/+7
|
* Implement CreateDevice, associated SDP discovery and other necessary changesJohan Hedberg2007-05-191-1/+3
|
* Update code to match more closely to API descriptionJohan Hedberg2007-05-181-0/+2
|
* Remove unused functions and defines from the header fileJohan Hedberg2007-05-151-6/+0
|
* Refactoring to allow adding support for more profilesJohan Hedberg2007-05-151-2/+4
|
* Convert to using generic dbus message dispatchingJohan Hedberg2007-05-091-0/+2
|
* Cleanup and small fixesJohan Hedberg2007-04-131-2/+4
|
* A little more refactoringJohan Hedberg2007-04-121-6/+1
|
* Redo the manager-headset splitup by using object paths as public identifiers ↵Johan Hedberg2007-04-121-18/+6
| | | | for headsets
* Let the manager use global variablesMarcel Holtmann2007-04-111-4/+1
|
* Implement ChangeDefaultHeadset and RemoveHeadset methodsJohan Hedberg2007-04-111-0/+1
|
* Rename functions for consistencyJohan Hedberg2007-04-101-7/+7
|
* Audio service refactoring: move all manager functions to manager.cJohan Hedberg2007-04-101-2/+36
|
* Add generic audio service initMarcel Holtmann2007-04-081-0/+25