summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/bluetooth-util.c
Commit message (Expand)AuthorAgeFilesLines
...
* bluetooth: Don't access a transport after it's freed.Tanu Kaskinen2012-12-191-3/+4
* bluetooth: Make pa_bt_audio_state_from_string() private.Tanu Kaskinen2012-12-191-2/+2
* bluetooth: Improve transport state change log message.Tanu Kaskinen2012-12-191-2/+16
* bluetooth: Use transport state instead of profile statesMikel Astiz2012-12-191-1/+12
* bluetooth: Refactor dependency to org.bluez.AudioMikel Astiz2012-12-191-6/+12
* bluetooth: Abstract transport access types inside bluetooth-utilMikel Astiz2012-12-191-2/+18
* bluetooth: Use transport state to update port availabilityMikel Astiz2012-12-191-1/+5
* bluetooth: Move profile_to_string() to bluetooth-utilMikel Astiz2012-12-191-0/+17
* bluetooth: Abstract speaker gain in transportMikel Astiz2012-12-191-0/+25
* bluetooth: Abstract microphone gain in transportMikel Astiz2012-12-191-0/+55
* bluetooth: Remove prefixing from static functions.Tanu Kaskinen2012-12-191-5/+5
* bluetooth: Remove deprecated transport hooksMikel Astiz2012-12-191-12/+0
* bluetooth: Add transport hooks into pa_bluetooth_hook_tMikel Astiz2012-12-191-0/+10
* bluetooth: Add state to transport objectsMikel Astiz2012-12-191-0/+25
* bluetooth: Refactor parse_audio_property() to support more propertiesMikel Astiz2012-12-191-30/+29
* bluetooth: Use array to store profile statesMikel Astiz2012-12-191-37/+47
* bluetooth: Move device hooks into pa_bluetooth_hook_tMikel Astiz2012-12-191-10/+4
* bluetooth: Extend discovery to support multiple hooksMikel Astiz2012-12-191-8/+15
* bluetooth: Check if BlueZ tries to set the configuration twice for the same t...Tanu Kaskinen2012-12-191-1/+7
* bluetooth: Remove pa_bluetooth_device_get_transport()Mikel Astiz2012-12-191-9/+0
* bluetooth: Use transport array instead of hashmap for devicesMikel Astiz2012-12-191-14/+17
* bluetooth: Add transport hashmap to discoveryMikel Astiz2012-12-191-18/+17
* bluetooth: Add device pointer to transportMikel Astiz2012-12-191-7/+10
* bluetooth: Remove unused pa_bluetooth_discovery_get_transport()Mikel Astiz2012-12-191-16/+0
* bluetooth: Make pa_bluetooth_transport_parse_property() privateMikel Astiz2012-12-191-2/+1
* bluetooth: Fix condition to load moduleMikel Astiz2012-12-191-5/+5
* bluetooth: Add support for transport created by external profileLuiz Augusto von Dentz2012-12-191-5/+9
* bluetooth: Run the discovery hook only when necessaryMikel Astiz2012-11-231-2/+8
* bluetooth: Add helper pa_bluetooth_device_any_audio_connected()Tanu Kaskinen2012-11-231-0/+25
* bluetooth: Rename former device_is_audio()Mikel Astiz2012-11-221-4/+4
* bluetooth: Ignore Device.ConnectedTanu Kaskinen2012-11-221-3/+0
* bluetooth: Add a pa_bluetooth_discovery pointer to pa_bluetooth_device.Tanu Kaskinen2012-11-221-18/+20
* bluetooth: Add hook to announce late UUIDsMikel Astiz2012-10-251-0/+8
* bluetooth: Add hook to tell device was removedMikel Astiz2012-10-221-0/+10
* bluetooth: Remove const qualifier for deviceMikel Astiz2012-10-221-3/+3
* bluetooth: Add hook to tell transport was removedMikel Astiz2012-10-191-1/+4
* bluetooth: Remove const qualifier for transportsMikel Astiz2012-10-191-3/+3
* bluetooth: Ignore Device.DisconnectRequestedMikel Astiz2012-10-141-18/+0
* bluetooth: Remove ipc.[ch] files in the bluetooth moduleChan-yeol Park2012-10-061-51/+50
* bluetooth: Set profile even if transport not acquiredMikel Astiz2012-09-261-1/+0
* bluetooth: Remove minor unnecessary checkMikel Astiz2012-07-281-4/+2
* bluetooth: Replace deprecated ListDevices()Mikel Astiz2012-07-281-50/+49
* bluetooth: Replace deprecated ListAdapters()Mikel Astiz2012-07-281-53/+54
* bluetooth: Refactor property parsing codeMikel Astiz2012-07-261-38/+22
* bluetooth: Fix bluetooth.nrec property not updatedFrédéric Danis2012-06-151-2/+14
* bluetooth: Fix crash due to usage of pa_bool_t instead of dbus_bool_tArun Raghavan2012-05-111-2/+4
* bluetooth: Fix calling many times Audio.GetProperties for the same deviceLuiz Augusto von Dentz2012-02-211-5/+12
* bluetooth: When receiving D-Bus errors, print also the error message.Tanu Kaskinen2012-01-141-7/+4
* bluetooth: Fix property reply handling for hfgwMikel Astiz2011-11-271-1/+1
* bluetooth: Set hfgw profile when HandsfreeGateway is playingFrédéric Dalleau2011-11-031-1/+1