bluetooth: allow increasing SBC output bitrate
SBC codec decrements bitpool value by fixed amount each time it is asked to reduce output bitrate. This results in reduced audio quality with SBC codec. Implement increase_encoder_bitrate for SBC codec by adding 1 to bitpool value each time encoder bitrate needs to be increased to restore SBC audio quality. While at it, remove bitpool decrement limit to use connection agreed value instead as we will be able to restore quality later. Part-of: <pulseaudio/pulseaudio!474>