summaryrefslogtreecommitdiffstats
path: root/audio/manager.c
Commit message (Expand)AuthorAgeFilesLines
* Fix audio plugin initialization failure casesJohan Hedberg2009-03-121-3/+8
* Update HSP version to 1.2Johan Hedberg2009-03-031-1/+1
* Fix headset_connect_rfcomm error return caseJohan Hedberg2009-02-251-1/+1
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-3/+3
* Make use of g_error_free instead of g_clear_error when possible.Luiz Augusto von Dentz2009-02-191-2/+2
* Convert HSP/HFP to use btio confirm_cbJohan Hedberg2009-02-191-20/+18
* Add missing commaJohan Hedberg2009-02-191-1/+1
* Make audio plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-34/+62
* Remove unnecessary empty lineJohan Hedberg2009-02-061-1/+0
* Make audio plugin to use audio_device sufix instead of device_.Luiz Augusto von Dentz2009-01-081-3/+3
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Removed unused functionMarcel Holtmann2008-12-231-18/+0
* Check if btd_device_add_uuid succeeded.Luiz Augusto von Dentz2008-12-021-1/+4
* Fix manager_allow_headset_connection count checkJohan Hedberg2008-10-241-2/+4
* Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg2008-10-241-8/+4
* Limit the amount of connected HSP/HFP devices and make it configurableJohan Hedberg2008-10-241-0/+39
* Make server_is_enabled simply use the config file values for nowJohan Hedberg2008-10-101-45/+20
* Add mechanism for adding new UUIDs from the driver sideJohan Hedberg2008-10-091-27/+24
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-54/+41
* Fix typoJohan Hedberg2008-10-081-1/+1
* Create audio device objects on incoming connections if necessaryJohan Hedberg2008-10-081-10/+8
* Add separate function for creating new audio device objectsJohan Hedberg2008-10-081-5/+53
* Change SCO server socket into a generic oneJohan Hedberg2008-10-041-56/+0
* Remove unnecessary return statements from the end of void functionsJohan Hedberg2008-09-101-2/+0
* Add SCO server socket (needed for HFP)Johan Hedberg2008-09-101-10/+77
* Minor coding style fixJohan Hedberg2008-09-101-2/+2
* Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes2008-09-091-4/+0
* Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz2008-09-081-2/+32
* Remove incorrect (and premature) optimizationJohan Hedberg2008-09-081-3/+0
* Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-8/+4
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-6/+3
* 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