summaryrefslogtreecommitdiff
path: root/src/modules/bluetooth/module-bluetooth-device.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-29bluetooth: Rename bluetooth modules to BlueZ 4João Paulo Rechi Vita1-2623/+0
2013-09-29bluetooth: Update modules description and copyrightJoão Paulo Rechi Vita1-4/+4
2013-09-29Revert "bluetooth: Update to new BlueZ 5 transport acquire/release API"João Paulo Rechi Vita1-1/+7
2013-07-15bluetooth: Fix coding styleJoão Paulo Rechi Vita1-1/+1
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)1-4/+2
2013-06-19bluetooth: Fix too late assertionTanu Kaskinen1-2/+4
2013-06-04bluetooth: Fix input port descriptionTanu Kaskinen1-1/+1
2013-06-04bluetooth: Update to new BlueZ 5 transport acquire/release APIMikel Astiz1-7/+1
2013-06-04bluetooth: Remove the 'bluez.name' propertyJoão Paulo Rechi Vita1-1/+0
2013-06-04bluetooth: Use 'Alias' value as the device descriptionJoão Paulo Rechi Vita1-1/+1
2013-06-04bluetooth: Add 'bluez.alias' propertyJoão Paulo Rechi Vita1-0/+1
2013-06-04device-port: Introduce pa_device_port_new_datapoljar (Damir Jelić)1-5/+17
2013-06-04device-port: Make it impossible to have dual-direction portsTanu Kaskinen1-6/+2
2013-05-21bluetooth: Fix missing port->profile associationMikel Astiz1-3/+15
2013-05-21bluetooth: Create ports before card profilesMikel Astiz1-2/+2
2013-03-08bluetooth: Never allow microphone output portsDavid Henningsson1-3/+3
2013-03-08bluetooth: Use form factor to set port name and descriptionMikel Astiz1-6/+78
2013-03-08bluetooth: Use enum to represent form factorsMikel Astiz1-3/+5
2013-02-18bluetooth: Merge all ports into "bluetooth-input" and "bluetooth-output"Mikel Astiz1-227/+81
2013-02-18bluetooth: Expose card profile availabilityMikel Astiz1-1/+15
2013-02-18core: Internally deprecate pa_port_available_t to use pa_available_tMikel Astiz1-20/+20
2013-02-16bluetooth: Fix thread teardown code orderingTanu Kaskinen1-7/+7
2013-02-16bluetooth: Fix premature acquire attemptsMikel Astiz1-3/+4
2013-02-16device-port: Remove pa_device_port_hashmap_free()Tanu Kaskinen1-1/+1
2013-01-29bluetooth: Fix potential assertion failure due to unaligned packet sizeMikel Astiz1-0/+11
2013-01-24bluetooth: Fix potential assertion failure if MTU changesMikel Astiz1-0/+5
2013-01-11bluetooth: Convert booleans to stdbool.Tanu Kaskinen1-16/+16
2013-01-11bluetooth: Use stdbool for pa_bool_tMikel Astiz1-35/+35
2012-12-19bluetooth: Don't free read_smoother in pa__done().Tanu Kaskinen1-3/+0
2012-12-19bluetooth: Replace acquire param 'start' with 'optional'Mikel Astiz1-9/+9
2012-12-19bluetooth: Call setup_stream() manuallyMikel Astiz1-15/+11
2012-12-19bluetooth: Remove D-Bus dependency in module-bluetooth-deviceMikel Astiz1-101/+2
2012-12-19bluetooth: Use transport state instead of profile statesMikel Astiz1-2/+2
2012-12-19bluetooth: Trivially remove bt_transport_is_acquired()Mikel Astiz1-16/+6
2012-12-19bluetooth: Abstract transport access types inside bluetooth-utilMikel Astiz1-23/+6
2012-12-19bluetooth: Use transport state to update port availabilityMikel Astiz1-93/+48
2012-12-19bluetooth: Refactor parsing of profile state changesMikel Astiz1-30/+55
2012-12-19bluetooth: Move profile_to_string() to bluetooth-utilMikel Astiz1-19/+4
2012-12-19bluetooth: Use bluetooth-util for mic/speaker gain controlMikel Astiz1-36/+58
2012-12-19bluetooth: Abstract microphone gain in transportMikel Astiz1-1/+0
2012-12-19bluetooth: Connect all hooks during module load/unloadMikel Astiz1-25/+21
2012-12-19bluetooth: Avoid PA_BLUETOOTH_TRANSPORT_HOOK_NREC_CHANGEDMikel Astiz1-10/+12
2012-12-19bluetooth: Avoid PA_BLUETOOTH_TRANSPORT_HOOK_REMOVEDMikel Astiz1-11/+11
2012-12-19bluetooth: Use array to store profile statesMikel Astiz1-43/+16
2012-12-19bluetooth: Move device hooks into pa_bluetooth_hook_tMikel Astiz1-6/+12
2012-12-19bluetooth: Extend discovery to support multiple hooksMikel Astiz1-3/+4
2012-12-19bluetooth: Avoid PA_BLUETOOTH_DEVICE_HOOK_REMOVEDMikel Astiz1-20/+5
2012-12-19bluetooth: Remove pa_bluetooth_device_get_transport()Mikel Astiz1-1/+2
2012-12-19bluetooth: Use round() to convert PA<->BT volumesMikel Astiz1-30/+7
2012-12-19Log the reason for every suspend/resume.Tanu Kaskinen1-4/+12