I have a Raspberry Pi 3B (with built in bluetooth). When using bluetoothctl, I can scan for devices and easily find the device I'm looking for. However, when trying to pair to it, I constantly get a "Failed to pair: org.bluez.ErrorEautenticationFailed". Someone told me it might be because the device I'm trying to connect to has an advertising interval of 10.2 seconds, while Bluez gives a timeout after 2 seconds. Is it correct, that Bluez, per default, times out after 2 seconds, and if yes, how would I get to change this?
Regards