We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de38ada commit 0087a8dCopy full SHA for 0087a8d
src/bluetooth.android.ts
@@ -1718,7 +1718,7 @@ export class Bluetooth extends BluetoothCommon {
1718
ad.getApplicationContext(), // context
1719
false, // autoconnect
1720
this.bluetoothGattCallback,
1721
- args.transport !== undefined ? args.transport : android.bluetooth.BluetoothDevice.TRANSPORT_AUTO
+ args.transport !== undefined ? args.transport : android.bluetooth.BluetoothDevice.TRANSPORT_LE
1722
);
1723
}
1724
Object.assign(this.connections[pUUID], {
0 commit comments