Usage of
BluetoothLowEnergy.setConnectionStrategy(BluetoothLowEnergy.CONNECTION_STRATEGY_SECURE_PAIR_BOND);
with SDK 8.0.0 beta leads in SIM to
Error: Symbol Not Found Error
Details: Could not find symbol 'setConnectionStrategy'
Also, the API description looks erraneous to me:
"Using the value of CONNECTION_TYPE_SECURE_PAIR_BOND will pair and bond the device as part of the pairing process."
But CONNECTION_TYPE_SECURE_PAIR_BOND seems to be undefined.
While CONNECTION_STRATEGY_SECURE_PAIR_BOND seems to work.