Don't try to make multiple Bluetooth connections on Motorola devices.

This commit is contained in:
akwizgran
2020-10-30 17:00:58 +00:00
parent 01a146ba71
commit 027329ddd6
9 changed files with 78 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ public class JavaBluetoothPluginFactory implements DuplexPluginFactory {
@Override
public DuplexPlugin createPlugin(PluginCallback callback) {
BluetoothConnectionLimiter connectionLimiter =
new BluetoothConnectionLimiterImpl(eventBus);
new BluetoothConnectionLimiterImpl(eventBus, false);
BluetoothConnectionFactory<StreamConnection> connectionFactory =
new JavaBluetoothConnectionFactory(connectionLimiter,
timeoutMonitor);