bluetooth: Remove unnecessary braces
[platform/upstream/pulseaudio.git] / src / modules / bluetooth / bluetooth-util.c
2013-06-03 João Paulo Rechi... bluetooth: Remove unnecessary braces
2013-03-08 Mikel Astizbluetooth: Add specific form factor for phones
2013-03-08 Mikel Astizbluetooth: Use enum to represent form factors
2013-02-19 Mikel Astizbluetooth: Fix assertion failure if BlueZ crashes durin...
2013-02-18 Mikel Astizbluetooth: Fix possible adapter duplicates
2013-02-16 Mikel Astizbluetooth: Fix premature acquire attempts
2013-02-15 Tanu Kaskinenhashmap: Use pa_free_cb_t instead of pa_free2_cb_t
2013-02-14 Mikel Astizbluetooth: Fix incorrect index check with PA_ELEMENTSOF
2013-01-31 Tanu Kaskinenbluetooth: Fail if BlueZ tries to give duplicate device...
2013-01-31 Mikel Astizbluetooth: Detect changes in constant properties
2013-01-31 Mikel Astizbluetooth: Propagate to property parsers if it is initi...
2013-01-24 Mikel Astizbluetooth: Fix sending D-Bus reply before internal...
2013-01-11 Tanu Kaskinenbluetooth: Convert booleans to stdbool.
2013-01-11 Mikel Astizbluetooth: Simplify redundant error check
2013-01-11 Mikel Astizbluetooth: Remove device_is_audio_ready()
2013-01-11 Mikel Astizbluetooth: Do not check profile states is device_audio_...
2013-01-11 Mikel Astizbluetooth: Use stdbool for pa_bool_t
2013-01-11 Mikel Astizbluetooth: Check message signature for SetConfiguration
2013-01-11 Mikel Astizbluetooth: Fix minor style issues
2013-01-11 Mikel Astizbluetooth: Fix incorrect error messages
2012-12-20 Tanu Kaskinenbluetooth: Remove pa_bluetooth_discovery_sync().
2012-12-19 Tanu Kaskinenbluetooth: Don't access a transport after it's freed.
2012-12-19 Tanu Kaskinenbluetooth: Make pa_bt_audio_state_from_string() private.
2012-12-19 Tanu Kaskinenbluetooth: Improve transport state change log message.
2012-12-19 Mikel Astizbluetooth: Use transport state instead of profile states
2012-12-19 Mikel Astizbluetooth: Refactor dependency to org.bluez.Audio
2012-12-19 Mikel Astizbluetooth: Abstract transport access types inside bluet...
2012-12-19 Mikel Astizbluetooth: Use transport state to update port availability
2012-12-19 Mikel Astizbluetooth: Move profile_to_string() to bluetooth-util
2012-12-19 Mikel Astizbluetooth: Abstract speaker gain in transport
2012-12-19 Mikel Astizbluetooth: Abstract microphone gain in transport
2012-12-19 Tanu Kaskinenbluetooth: Remove prefixing from static functions.
2012-12-19 Mikel Astizbluetooth: Remove deprecated transport hooks
2012-12-19 Mikel Astizbluetooth: Add transport hooks into pa_bluetooth_hook_t
2012-12-19 Mikel Astizbluetooth: Add state to transport objects
2012-12-19 Mikel Astizbluetooth: Refactor parse_audio_property() to support...
2012-12-19 Mikel Astizbluetooth: Use array to store profile states
2012-12-19 Mikel Astizbluetooth: Move device hooks into pa_bluetooth_hook_t
2012-12-19 Mikel Astizbluetooth: Extend discovery to support multiple hooks
2012-12-19 Tanu Kaskinenbluetooth: Check if BlueZ tries to set the configuratio...
2012-12-19 Mikel Astizbluetooth: Remove pa_bluetooth_device_get_transport()
2012-12-19 Mikel Astizbluetooth: Use transport array instead of hashmap for...
2012-12-19 Mikel Astizbluetooth: Add transport hashmap to discovery
2012-12-19 Mikel Astizbluetooth: Add device pointer to transport
2012-12-19 Mikel Astizbluetooth: Remove unused pa_bluetooth_discovery_get_tra...
2012-12-19 Mikel Astizbluetooth: Make pa_bluetooth_transport_parse_property...
2012-12-19 Mikel Astizbluetooth: Fix condition to load module
2012-12-19 Luiz Augusto von... bluetooth: Add support for transport created by externa...
2012-11-22 Mikel Astizbluetooth: Run the discovery hook only when necessary
2012-11-22 Tanu Kaskinenbluetooth: Add helper pa_bluetooth_device_any_audio_con...
2012-11-22 Mikel Astizbluetooth: Rename former device_is_audio()
2012-11-22 Tanu Kaskinenbluetooth: Ignore Device.Connected
2012-11-22 Tanu Kaskinenbluetooth: Add a pa_bluetooth_discovery pointer to...
2012-10-25 Mikel Astizbluetooth: Add hook to announce late UUIDs
2012-10-22 Mikel Astizbluetooth: Add hook to tell device was removed
2012-10-22 Mikel Astizbluetooth: Remove const qualifier for device
2012-10-19 Mikel Astizbluetooth: Add hook to tell transport was removed
2012-10-19 Mikel Astizbluetooth: Remove const qualifier for transports
2012-10-14 Mikel Astizbluetooth: Ignore Device.DisconnectRequested
2012-10-06 Chan-yeol Parkbluetooth: Remove ipc.[ch] files in the bluetooth module
2012-09-26 Mikel Astizbluetooth: Set profile even if transport not acquired
2012-07-28 Mikel Astizbluetooth: Remove minor unnecessary check
2012-07-28 Mikel Astizbluetooth: Replace deprecated ListDevices()
2012-07-28 Mikel Astizbluetooth: Replace deprecated ListAdapters()
2012-07-26 Mikel Astizbluetooth: Refactor property parsing code
2012-06-15 Frédéric Danisbluetooth: Fix bluetooth.nrec property not updated
2012-05-11 Arun Raghavanbluetooth: Fix crash due to usage of pa_bool_t instead...
2012-02-21 Luiz Augusto von... bluetooth: Fix calling many times Audio.GetProperties...
2012-01-14 Tanu Kaskinenbluetooth: When receiving D-Bus errors, print also...
2011-11-27 Mikel Astizbluetooth: Fix property reply handling for hfgw
2011-11-02 Frédéric Dalleaubluetooth: Set hfgw profile when HandsfreeGateway is...
2011-11-02 Frédéric Dalleaubluetooth: Fix Media Endpoint for HandsfreeGateway
2011-09-07 Colin Guthriebluetooth: Bump DBus version to 1.3.0 and drop conditio...
2011-08-15 Maarten BosmansInitialise variables
2011-06-22 Maarten BosmansRemove unnecessary #includes
2011-04-30 Luiz Augusto von... bluetooth: Fix using pointer-pointer when appending...
2011-03-31 Arun Raghavanbluetooth: Pull a2dp-codecs.h from BlueZ
2011-03-26 Colin Guthriebluetooth: Fix a double-free-esque error introduced...
2011-03-24 Tanu Kaskinenbluetooth: Get rid of warnings about unused stuff when...
2011-03-24 Tanu Kaskinenbluetooth: Don't log an error if an endpoint type is...
2011-03-20 Colin GuthrieMerge remote-tracking branch 'mkbosmans/mingw32-build'
2011-03-18 Maarten BosmansFix up some double spaces
2011-03-18 Colin GuthrieMerge remote-tracking branch 'vudentz/master'
2011-03-14 Luiz Augusto von... bluetooth: add proper handling for bluetooth.nrec property
2011-03-14 Luiz Augusto von... bluetooth: handle Acquire API change
2011-03-11 Maarten BosmansFix up according to Coding Style
2011-01-31 Colin GuthrieMerge remote branch 'mkbosmans/rate-adjustment'
2011-01-17 Colin GuthrieMerge commit 'e4979ab5cff84ef64c88bba3a1b6b4c5e02f7777'
2010-12-23 Luiz Augusto von... bluetooth: fix build for libdbus < 1.3
2010-10-20 Luiz Augusto von... bluetooth: make use of dbus-util helper functions
2010-10-13 Colin GuthrieMerge remote branch 'vudentz2/master'
2010-10-07 Luiz Augusto von... bluetooth: Add support for Media API
2010-02-21 João Paulo Rechi... bluetooth: add HFP Gateway support
2010-02-21 João Paulo Rechi... bluetooth: improve dbus logging
2010-02-09 Lennart Poetteringbluetooth: fix invalid memory access
2010-02-09 Lennart Poetteringdbus: remove filter functions only if they were actuall...
2009-11-30 Colin GuthrieMerge remote branch 'tanuk/master'
2009-11-05 Lennart PoetteringMerge remote branch 'origin/merge-queue'
2009-10-31 Lennart PoetteringMerge remote branch 'phish3/master'
2009-10-31 Daniel MackMerge branch 'master' of git://0pointer.de/pulseaudio
next