summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.394.39Marcel Holtmann2009-05-092-1/+13
* Fix race condition while pairing.Luiz Augusto von Dentz2009-05-082-10/+20
* Make sure temporary flag is only removed when Device.Create*Device succeed.Luiz Augusto von Dentz2009-05-082-2/+8
* Change var name inqmode to discov_interval to be more suggestive.Luiz Augusto von Dentz2009-05-083-6/+7
* Fix agent cancellation for sec mode 3 pairing acceptor failureJohan Hedberg2009-05-081-1/+3
* Use ppoll() instead of poll() for keeping line disciplineMarcel Holtmann2009-05-081-1/+14
* Fix try_send error handlingJohan Hedberg2009-05-071-9/+10
* Fix fix typo in device-api.txtJohan Hedberg2009-05-071-1/+1
* Fix crash when calling g_dbus_remove_watch from inside the watch callback.Luiz Augusto von Dentz2009-05-061-10/+41
* Fix sink disconnect callback removalJohan Hedberg2009-05-061-3/+11
* Fix service class update when adapter is DOWNJohan Hedberg2009-05-062-4/+1
* Add NULL pointer check to adapter_get_device return valueJohan Hedberg2009-05-061-0/+4
* Remove watch properly when doing bt_cancel_discovery.Luiz Augusto von Dentz2009-05-061-2/+3
* Remove unnecessary "starting" variableJohan Hedberg2009-05-065-15/+9
* Fix service classes race condition upon starting bluetoothdJohan Hedberg2009-05-061-2/+3
* Adding stop() functionality to hciops plugin.Alok Barsode2009-05-063-14/+35
* Code cleanup in adapter.c.Alok Barsode2009-05-061-4/+12
* Add workaround for dealing with unknown inquiry complete.Luiz Augusto von Dentz2009-05-051-1/+11
* Make use of struct remote_dev_info for out of range list.Luiz Augusto von Dentz2009-05-053-35/+14
* Fix discovering when using software scheduler.Luiz Augusto von Dentz2009-05-051-2/+1
* Continue emitting DeviceFound for devices which the name was already resolved.Luiz Augusto von Dentz2009-05-051-2/+7
* Fix memory leak.Luiz Augusto von Dentz2009-05-051-0/+2
* Fix NoInputNoOutput IO capability stringJohan Hedberg2009-05-051-3/+3
* Fix BtIO race condition in detecting a closed file descriptorJohan Hedberg2009-05-041-3/+17
* Make sure unix clients are released before freeing audio device data.Luiz Augusto von Dentz2009-05-041-2/+2
* Make sessions list per server rather than global.Luiz Augusto von Dentz2009-05-041-22/+24
* Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz2009-05-044-0/+16
* Make sure to initialize the feature mask variableMarcel Holtmann2009-05-041-1/+1
* Fix another format string issueJohan Hedberg2009-05-041-1/+1
* Release 4.384.38Marcel Holtmann2009-05-032-1/+13
* Update library versionMarcel Holtmann2009-05-031-1/+1
* Add missing signal.h includeJohan Hedberg2009-05-041-0/+1
* Newer flex versions generate better code and don't need special flagsMarcel Holtmann2009-05-031-1/+2
* Add support for builtin pluginsMarcel Holtmann2009-05-0312-38/+76
* Set HFP=true in audio.conf and update the commentJohan Hedberg2009-05-031-3/+3
* Add alias for setting ERTM mode valueMarcel Holtmann2009-05-021-1/+4
* Add constants for Enhanced Retransmission and Streaming modesMarcel Holtmann2009-05-021-0/+2
* Adding start() functionality to hciops plugin.Alok Barsode2009-05-033-15/+31
* Moving adapter_ops registration to adapter.c.Alok Barsode2009-05-035-44/+43
* Fix HCI socket leak in device_remove_bondingJohan Hedberg2009-05-031-6/+6
* Add printf format checking attributeMarcel Holtmann2009-05-021-3/+3
* Fix more format string issuesJohan Hedberg2009-05-024-16/+15
* Fix address variable typeJohan Hedberg2009-05-022-2/+2
* Fix format stringJohan Hedberg2009-05-021-1/+1
* Fix bt_cancel_discovery to not call callback.Luiz Augusto von Dentz2009-04-304-31/+46
* Make sure clients using the device are notified when it is removed.Luiz Augusto von Dentz2009-04-281-9/+18
* Fix bug which prevent headset driver to load a second time.Luiz Augusto von Dentz2009-04-281-0/+2
* Fix bug which prevent a2dp adapter driver probe to succeed a second time.Luiz Augusto von Dentz2009-04-282-5/+11
* Make sure device are unloaded before drivers when removing an adapter.Luiz Augusto von Dentz2009-04-281-2/+2
* Add L2CAP_CONF_FCS valueMarcel Holtmann2009-04-281-0/+1