Skip to content

bluez5: stop running codec switch on disconnect

P V requested to merge pvir/pipewire:bluez-cswitch-disconnect into master

When device is disconnected, running codec switches are not meaningful, and should be stopped.

The codec switch callback may also trigger A2DP profile switch, which may reconnect the device. Fix it so this does not happen.

See #2334 (closed)

Merge request reports