-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FastConnectable = true option? #70
Comments
I could not really find what FastConnectable exactly does, other than enabling faster connections and leading to higher power consumption (on which device? On the client also?) In some cases it seems to lead to poor sound quality: https://erikdubois.be/installing-bose-quietcomfort-35-linux-mint-18/ (In this report it is used on the A2DP source however, in our case it's the A2DP sink). |
I too don't understand what it does but probably sends out advertisements/beacons more quickly than normal or something?On 21 Sep 2020 16:59, Nico Kaiser <[email protected]> wrote:
I could not really find what FastConnectable exactly does, other than enabling faster connections and leading to higher power consumption (on which device? On the client also?)
In some cases it seems to lead to poor sound quality: https://erikdubois.be/installing-bose-quietcomfort-35-linux-mint-18/ (In this report it is used on the A2DP source however, in our case it's the A2DP sink).
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
I added a section about this in the Wiki: https://github.com/nicokaiser/rpi-audio-receiver/wiki/Bluetooth-troubleshooting |
It always takes at least 5 seconds for my linux laptop to connect to the pi with the standard bluetooth config.
If I add
FastConnectable = true
to the pi it always connects <1s. Perhaps worth adding to your script?The text was updated successfully, but these errors were encountered: