pulseaudio/src/modules/bluetooth
Mikel Astiz 8eb3d14b13 bluetooth: Do not check profile states is device_audio_is_ready()
The function is used to make sure some basic information has already
been gathered before the device is being used. At this point profile
states can be ignored, since their initial value will be
PA_BT_AUDIO_STATE_INVALID and thus effectively similar to
PA_BT_AUDIO_STATE_DISCONNECTED due to audio_state_to_transport_state().

The change should make no difference given that the behavior of
pa_bluetooth_device_any_audio_connected() doesn't change: by the time
TRUE is returned, a transport needs to exist. This means a profile
will exist in CONNECTING or CONNECTED state and thus the old
implementation of device_audio_is_ready() would also have returned TRUE.
2013-01-11 21:47:57 +02:00
..
a2dp-codecs.h bluetooth: audio: Update license for shared header files 2011-10-28 15:43:42 +02:00
bluetooth-util.c bluetooth: Do not check profile states is device_audio_is_ready() 2013-01-11 21:47:57 +02:00
bluetooth-util.h bluetooth: Remove pa_bluetooth_discovery_sync(). 2012-12-20 13:01:00 +02:00
module-bluetooth-device.c bluetooth: Use stdbool for pa_bool_t 2013-01-11 21:44:36 +02:00
module-bluetooth-discover.c bluetooth: Use stdbool for pa_bool_t 2013-01-11 21:44:36 +02:00
module-bluetooth-policy.c bluetooth: Disable profile auto-switch policy for headsets 2012-11-29 05:37:45 +02:00
module-bluetooth-proximity.c modules: Use pa_streq instead of strcmp. 2012-06-09 16:21:41 +03:00
proximity-helper.c Move bluetooth proximity module to src/modules/bluetooth/ 2008-09-11 01:12:10 +03:00
rtp.h bluetooth: Run 'make update-sbc' 2011-03-20 12:49:49 +00:00