summaryrefslogtreecommitdiffstats
path: root/audio/manager.c
Commit message (Collapse)AuthorAgeFilesLines
* headset_config_init should be called even if HFP isn't enabled (e.g. to get ↵Johan Hedberg2008-03-121-2/+2
| | | | the SCORouting setting)
* Rename ForceMaster to just MasterJohan Hedberg2008-03-051-1/+1
|
* Use HFP instead of EnableHFPJohan Hedberg2008-03-051-1/+1
|
* Do master role switching by default and add ForceMaster config optionJohan Hedberg2008-03-051-15/+31
|
* Use "hfp" instead of "no_hfp" and "EnableHFP" instead of "DisableHFP" to ↵Johan Hedberg2008-03-041-3/+3
| | | | make the options more clear to understand (avoid double negatives)
* Implement proper HFP SLC handlingJohan Hedberg2008-02-191-3/+3
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Add config options for each source.Luiz Augusto von Dentz2008-01-231-24/+4
|
* Initialize HFP supported features properlyJohan Hedberg2008-01-221-7/+8
|
* Reorganize audio.conf parsing in a more modular mannerJohan Hedberg2008-01-161-20/+95
|
* Improve HFP/HSP discovery and connection state trackingJohan Hedberg2008-01-081-17/+12
|
* Fix connecting to hfp headset. (Patch from fdalleau)Luiz Augusto von Dentz2007-12-111-2/+7
|
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-26/+29
|
* Integrate new ipc API implementation.Luiz Augusto von Dentz2007-11-211-2/+2
|
* Fix double-check for HSP instead of checking HFPMarcel Holtmann2007-11-131-1/+1
|
* Fix hci_devba check.Luiz Augusto von Dentz2007-10-241-1/+1
|
* Fix a2dpsink coding style problems and improve compatibility with some players.Luiz Augusto von Dentz2007-10-241-2/+1
|
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
|
* Integrate AVRCP further with the rest of the audio serviceJohan Hedberg2007-10-231-8/+29
|
* Add skeleton for AVRCP supportJohan Hedberg2007-10-221-0/+7
|
* Fix device removal when it is not the current adapter.Luiz Augusto von Dentz2007-10-091-0/+4
|
* Further fixes to audio service SDP error handlingJohan Hedberg2007-10-021-16/+13
|
* Fix audio service SDP failure handlingJohan Hedberg2007-10-021-5/+15
|
* Add missing NULL checkJohan Hedberg2007-09-271-1/+2
|
* Fix behaviour when no adapter is connectedJohan Hedberg2007-08-301-1/+8
|
* Check for NULL before calling device_storeJohan Hedberg2007-08-291-1/+2
|
* Make SBC Audio Source count configurable and the default value 1Johan Hedberg2007-08-281-2/+14
|
* Don't send DeviceCreated signals on service startJohan Hedberg2007-08-271-4/+8
|
* Fix DeviceCreated signal sendingJohan Hedberg2007-08-271-16/+17
|
* Fix removing last deviceJohan Hedberg2007-08-271-1/+1
|
* Change ListDevices not to require any parametersJohan Hedberg2007-08-271-73/+7
|
* First try at device autocreate supportJohan Hedberg2007-08-271-5/+26
|
* Add support for ALSA parametersMarcel Holtmann2007-08-231-22/+43
|
* Handle connect attempts during authorization betterJohan Hedberg2007-08-211-1/+2
|
* Implement RequestAuthorization supportJohan Hedberg2007-08-211-50/+75
|
* Fix load of default device from storage.Luiz Augusto von Dentz2007-08-201-2/+3
|
* Fix path (un)registering when hcid is not runningJohan Hedberg2007-08-161-6/+6
|
* Fix RemoveDevice bug that prevent its removal from storage.Luiz Augusto von Dentz2007-08-131-8/+15
|
* 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
|