summaryrefslogtreecommitdiffstats
path: root/audio/manager.c
Commit message (Expand)AuthorAgeFilesLines
* Disallow HFP connections when the telephony plugin isn't yet initializedJohan Hedberg2008-09-041-6/+5
* Remove incorrect call to headset_set_state(connected) before HFP SLC is upJohan Hedberg2008-09-041-1/+0
* Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-cloneMarcel Holtmann2008-09-041-8/+8
|\
| * Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-8/+8
* | Add a telephony_ready callback to notify initialization completionJohan Hedberg2008-09-041-1/+0
|/
* Add telephony initialization calls to correct placesJohan Hedberg2008-09-031-2/+8
* Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann2008-08-191-2/+2
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-5/+3
* Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz2008-08-131-4/+2
* Make audio plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-121-111/+266
* Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-051-0/+1
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-2/+2
* Cleanup audio manager.Luiz Augusto von Dentz2008-07-281-754/+62
* 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