summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/bluez5-util.c
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Fix crash when disabling Bluetooth adapterFrédéric Danis2019-07-021-0/+2
* bluetooth: Modular API for A2DP codecsPali Rohár2019-04-121-239/+108
* bluetooth: Update a2dp-codecs.h from upstream bluez projectPali Rohár2019-04-121-3/+3
* bluetooth: don't send unsolicted replies to the endpoint Release() callTanu Kaskinen2018-01-211-3/+18
* bluetooth: bluez5: Fix Coverity warningPeter Meerwald-Stadler2017-10-091-1/+1
* bluetooth: recognize another HSP HS UUIDTanu Kaskinen2017-09-051-0/+1
* fix dbus message leaksTanu Kaskinen2017-07-171-2/+10
* bluez5-util: Fix segfault during shutdown of daemonGeorg Chini2017-04-211-5/+5
* bluetooth: assert that dbus_message_iter_append_basic() doesn't failTanu Kaskinen2017-03-301-1/+1
* bluez5-util: fix profile waiting logicTanu Kaskinen2017-03-281-14/+35
* bluez5-util: Disconnect AG devices when ofono is started and headset=autoGeorg Chini2017-03-141-0/+18
* bluetooth: use native and ofono backends in parallel with headset=autoGeorg Chini2017-03-111-8/+3
* bluetooth: refactor BlueZ 4 transport state settingTanu Kaskinen2016-08-101-1/+1
* bluetooth: unify BlueZ 4 and BlueZ 5 UUID handlingTanu Kaskinen2016-08-101-2/+2
* bluetooth: update device's valid flag after parsing propertiesTanu Kaskinen2016-08-101-0/+1
* bluetooth: wait for all profiles to connect before creating cardTanu Kaskinen2016-08-101-2/+116
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* bluez5: Fix free order of adapters and devicesDavid Henningsson2014-12-031-3/+3
* bluetooth: Select headset backend through module argumentDavid Henningsson2014-11-141-3/+8
* bluez 5: Load the native headset backend if the oFono one is unavailableDavid Henningsson2014-11-141-0/+12
* bluez 5: Build both headset backends, if availableDavid Henningsson2014-11-141-8/+16
* bluez5-util: add destroy functionWim Taymans2014-10-311-0/+2
* bluetooth: Move stuff to pa_bluetooth_transport_put/unlink()Tanu Kaskinen2014-10-191-9/+10
* bluetooth: Add discovery to pa_bluetooth_backend_newLuiz Augusto von Dentz2014-09-101-1/+1
* bluetooth: Only create backend instance once objects are listedLuiz Augusto von Dentz2014-09-101-1/+7
* bluetooth: Add pa_bluetooth_transport_unlinkLuiz Augusto von Dentz2014-09-081-0/+4
* bluetooth: Add pa_bluetooth_transport_set_stateLuiz Augusto von Dentz2014-09-081-6/+8
* bluetooth: Create NULL backendJoão Paulo Rechi Vita2014-08-221-0/+5
* bluetooth: Add basic support for HEADSET profilesJoão Paulo Rechi Vita2014-08-221-0/+4
* bluetooth: Refactor device validity managementTanu Kaskinen2014-06-061-51/+68
* bluetooth: Add "valid" flag to pa_bluetooth_adapterTanu Kaskinen2014-06-061-2/+3
* bluetooth: Fix a copy-paste error in log messageTanu Kaskinen2014-05-031-1/+1
* bluetooth: Remove redundant assignmentsTanu Kaskinen2014-05-031-2/+0
* Fix a few "it's -> its" typosAlexander E. Patrakov2014-03-071-1/+1
* bluez5-util: Free the adapter_path in device_free().poljar (Damir Jelić)2014-01-031-0/+1
* bluetooth: Fix crash in pa_bluetooth_discovery_get_device_by_address()João Paulo Rechi Vita2013-11-221-2/+2
* bluetooth: Check adapter address to set device_info_validJoão Paulo Rechi Vita2013-11-221-2/+2
* bluetooth: Set device_info_valid to -1 when the device's adapter disappearsTanu Kaskinen2013-11-201-1/+3
* bluetooth: Remove device_remove_all()Tanu Kaskinen2013-11-201-16/+4
* bluetooth: Fire DEVICE_CONNECTION_CHANGED in set_device_info_valid()Tanu Kaskinen2013-11-201-1/+6
* bluetooth: Don't mark device valid before it has an adapterTanu Kaskinen2013-11-201-3/+13
* bluetooth: Use a helper function for setting device_info_validTanu Kaskinen2013-11-201-4/+14
* bluetooth: Remove a redundant variableTanu Kaskinen2013-11-151-2/+1
* bluetooth: Fix variable constnessTanu Kaskinen2013-10-291-1/+1
* bluetooth: Remove adapter_remove_all()Tanu Kaskinen2013-10-291-16/+4
* bluetooth: Fail to load driver if discovery module is not loadedJoão Paulo Rechi Vita2013-09-291-3/+0
* bluetooth: Handle PropertiesChanged for org.bluez.MediaTransport1João Paulo Rechi Vita2013-09-291-0/+80
* bluetooth: Handle PropertiesChanged for org.bluez.Device1João Paulo Rechi Vita2013-09-291-0/+21
* bluetooth: Protect from a misbehaving bluetoothdJoão Paulo Rechi Vita2013-09-291-2/+14
* bluetooth: Parse BlueZ 5 device propertiesJoão Paulo Rechi Vita2013-09-291-2/+141