summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann2008-08-193-8/+4
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-183-12/+13
* 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-124-117/+270
* Avoid memory copies in A2DP write routineMarcel Holtmann2008-08-081-42/+68
* Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-051-0/+1
* Move error_connection_attempt_failed to its usage placesMarcel Holtmann2008-08-041-0/+8
* Move error_failed to its usage placesMarcel Holtmann2008-08-041-0/+6
* Move error_not_supported where it is actually usedMarcel Holtmann2008-08-041-0/+7
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-07-307-64/+110
* Fix internal includes for Bluetooth libraryMarcel Holtmann2008-07-291-6/+6
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-292-3/+3
* Cleanup audio manager.Luiz Augusto von Dentz2008-07-2810-1212/+99
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-6/+12
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-3/+3
* Renaming device to btd_device and making theAlok Barsode2008-07-281-6/+12
* Fixed missing includeClaudio Takahasi2008-06-301-0/+1
* Don't use lib prefix for pluginsMarcel Holtmann2008-06-301-3/+3
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-175-108/+62
* Remove calls to RequestAuthorization.Luiz Augusto von Dentz2008-06-161-88/+3
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-081-8/+8
* Have the audio plugin register headset and sink driversMarcel Holtmann2008-06-081-19/+32
* Use DBG in plugin to show function namesMarcel Holtmann2008-06-081-2/+2
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-074-29/+29
* Fix use of DBUS_HANDLER_RESULT_HANDLED.Luiz Augusto von Dentz2008-06-061-13/+9
* Fix the last remains of sending helpersMarcel Holtmann2008-06-064-9/+20
* Update autoconf/automake optionsMarcel Holtmann2008-06-031-1/+1
* Replace destory function with proper unregister callsMarcel Holtmann2008-06-031-2/+3
* Make audio service to use libgdbus functions.Luiz Augusto von Dentz2008-06-025-334/+302
* Add currently implemented features of the Control interface to the API docJohan Hedberg2008-05-291-2/+11
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-2915-200/+215
* Make control.c to use bt_l2cap_listen.Luiz Augusto von Dentz2008-05-273-229/+167
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-201-0/+1
* 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-153-4/+4
* Remove casts.Luiz Augusto von Dentz2008-05-151-5/+5
* Make audio service to use of bt_*_listen helpers.Luiz Augusto von Dentz2008-05-154-210/+73
* Fix return value for snd_pcm_hw_params() callsMarcel Holtmann2008-05-151-1/+5
* Fix default value handling when config file is not presentMarcel Holtmann2008-05-153-17/+20
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-147-13/+17
* AVCTP l2cap connection clean upCidorvan Leite2008-05-091-91/+23
* Use -no-undefined for linking pluginsMarcel Holtmann2008-05-091-1/+2
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-085-6/+5
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-087-20/+14
* Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann2008-05-082-1/+2
* Register service and UUIDs in one stepMarcel Holtmann2008-05-081-5/+1
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-2/+6
* fixed format stringClaudio Takahasi2008-05-083-6/+6
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-1/+1
* Fixes avdtp and avctp authorization for incoming connections.Luiz Augusto von Dentz2008-05-052-51/+64