Skip to content

bluetooth: Initialize profile with both input and output directions

zhaochengyi requested to merge chengyi/pulseaudio:fix-bluez-device into master

If this module initializes a profile with both input and output directions, in fact, when the add_sink function fails, there is no need to continue execute the add_source function.

Merge request reports