summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/bluez5-util.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-12-03bluez5: Fix free order of adapters and devicesDavid Henningsson1-3/+3
2014-11-14bluetooth: Select headset backend through module argumentDavid Henningsson1-3/+8
2014-11-14bluez 5: Load the native headset backend if the oFono one is unavailableDavid Henningsson1-0/+12
2014-11-14bluez 5: Build both headset backends, if availableDavid Henningsson1-8/+16
2014-10-31bluez5-util: add destroy functionWim Taymans1-0/+2
2014-10-19bluetooth: Move stuff to pa_bluetooth_transport_put/unlink()Tanu Kaskinen1-9/+10
2014-09-10bluetooth: Add discovery to pa_bluetooth_backend_newLuiz Augusto von Dentz1-1/+1
2014-09-10bluetooth: Only create backend instance once objects are listedLuiz Augusto von Dentz1-1/+7
2014-09-08bluetooth: Add pa_bluetooth_transport_unlinkLuiz Augusto von Dentz1-0/+4
2014-09-08bluetooth: Add pa_bluetooth_transport_set_stateLuiz Augusto von Dentz1-6/+8
2014-08-22bluetooth: Create NULL backendJoão Paulo Rechi Vita1-0/+5
2014-08-22bluetooth: Add basic support for HEADSET profilesJoão Paulo Rechi Vita1-0/+4
2014-06-06bluetooth: Refactor device validity managementTanu Kaskinen1-51/+68
2014-06-06bluetooth: Add "valid" flag to pa_bluetooth_adapterTanu Kaskinen1-2/+3
2014-05-03bluetooth: Fix a copy-paste error in log messageTanu Kaskinen1-1/+1
2014-05-03bluetooth: Remove redundant assignmentsTanu Kaskinen1-2/+0
2014-03-07Fix a few "it's -> its" typosAlexander E. Patrakov1-1/+1
2014-01-03bluez5-util: Free the adapter_path in device_free().poljar (Damir Jelić)1-0/+1
2013-11-22bluetooth: Fix crash in pa_bluetooth_discovery_get_device_by_address()João Paulo Rechi Vita1-2/+2
2013-11-22bluetooth: Check adapter address to set device_info_validJoão Paulo Rechi Vita1-2/+2
2013-11-20bluetooth: Set device_info_valid to -1 when the device's adapter disappearsTanu Kaskinen1-1/+3
2013-11-20bluetooth: Remove device_remove_all()Tanu Kaskinen1-16/+4
2013-11-20bluetooth: Fire DEVICE_CONNECTION_CHANGED in set_device_info_valid()Tanu Kaskinen1-1/+6
2013-11-20bluetooth: Don't mark device valid before it has an adapterTanu Kaskinen1-3/+13
2013-11-20bluetooth: Use a helper function for setting device_info_validTanu Kaskinen1-4/+14
2013-11-15bluetooth: Remove a redundant variableTanu Kaskinen1-2/+1
2013-10-29bluetooth: Fix variable constnessTanu Kaskinen1-1/+1
2013-10-29bluetooth: Remove adapter_remove_all()Tanu Kaskinen1-16/+4
2013-09-29bluetooth: Fail to load driver if discovery module is not loadedJoão Paulo Rechi Vita1-3/+0
2013-09-29bluetooth: Handle PropertiesChanged for org.bluez.MediaTransport1João Paulo Rechi Vita1-0/+80
2013-09-29bluetooth: Handle PropertiesChanged for org.bluez.Device1João Paulo Rechi Vita1-0/+21
2013-09-29bluetooth: Protect from a misbehaving bluetoothdJoão Paulo Rechi Vita1-2/+14
2013-09-29bluetooth: Parse BlueZ 5 device propertiesJoão Paulo Rechi Vita1-2/+141
2013-09-29bluetooth: Handle PropertiesChanged for org.bluez.Adapter1João Paulo Rechi Vita1-0/+35
2013-09-29bluetooth: Register endpoints with BlueZ 5 adapterJoão Paulo Rechi Vita1-1/+74
2013-09-29bluetooth: Parse BlueZ 5 adapter propertiesJoão Paulo Rechi Vita1-1/+72
2013-09-29bluetooth: Parse BlueZ 5 D-Bus interfacesJoão Paulo Rechi Vita1-2/+63
2013-09-29bluetooth: Handle InterfacesAdded and InterfacesRemovedJoão Paulo Rechi Vita1-0/+58
2013-09-29bluetooth: Create a function to remove only one adapter objectJoão Paulo Rechi Vita1-5/+29
2013-09-29bluetooth: Get managed objectsJoão Paulo Rechi Vita1-1/+60
2013-09-29bluetooth: Add utility function to send D-Bus messages with replyJoão Paulo Rechi Vita1-0/+22
2013-09-29bluetooth: Implement org.bluez.MediaEndpoint1.ClearConfiguration()João Paulo Rechi Vita1-2/+23
2013-09-29bluetooth: Implement org.bluez.MediaEndpoint1.SelectConfiguration()João Paulo Rechi Vita1-2/+164
2013-09-29bluetooth: Implement org.bluez.MediaEndpoint1.SetConfiguration()João Paulo Rechi Vita1-2/+174
2013-09-29bluetooth: Register MediaEndpoint1 objects with D-BusJoão Paulo Rechi Vita1-0/+150
2013-09-29bluetooth: Create pa_bluetooth_transport for BlueZ 5 supportJoão Paulo Rechi Vita1-0/+176
2013-09-29bluetooth: Remove all devices and adapters when org.bluez goes awayJoão Paulo Rechi Vita1-1/+2
2013-09-29bluetooth: Create pa_bluetooth_device for BlueZ 5 supportJoão Paulo Rechi Vita1-0/+88