summaryrefslogtreecommitdiffstats
path: root/audio/manager.c
Commit message (Expand)AuthorAgeFilesLines
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-5/+7
* Remove calls to RequestAuthorization.Luiz Augusto von Dentz2008-06-161-88/+3
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-12/+12
* Fix use of DBUS_HANDLER_RESULT_HANDLED.Luiz Augusto von Dentz2008-06-061-13/+9
* Fix the last remains of sending helpersMarcel Holtmann2008-06-061-2/+5
* Replace destory function with proper unregister callsMarcel Holtmann2008-06-031-2/+3
* Make audio service to use libgdbus functions.Luiz Augusto von Dentz2008-06-021-111/+78
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-28/+28
* Use g_key_file_get_string_list instead of g_key_file_get_stringJohan Hedberg2008-05-161-42/+36
* Fix problem with non const bdaddr_tMarcel Holtmann2008-05-151-1/+1
* Make audio service to use of bt_*_listen helpers.Luiz Augusto von Dentz2008-05-151-113/+40
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-3/+3
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-2/+1
* fixed format stringClaudio Takahasi2008-05-081-2/+2
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-011-5/+5
* Fix dbus calls to the same process.Luiz Augusto von Dentz2008-04-291-205/+33
* Fixed remote headset connection stateCidorvan Leite2008-04-251-0/+1
* First steps towards HSP HS role and Audio.Gateway D-Bus interface supportJohan Hedberg2008-04-211-33/+170
* Use internal call when possible to authorize incoming connections.Luiz Augusto von Dentz2008-04-141-11/+26
* Convert audio service into a plugin.Luiz Augusto von Dentz2008-03-271-135/+43
* headset_config_init should be called even if HFP isn't enabled (e.g. to get t...Johan Hedberg2008-03-121-2/+2
* 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 make...Johan Hedberg2008-03-041-3/+3
* 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