Closed mzealey closed 4 years ago
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 notifications@github.com 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?