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 c676fbc commit 17076e0Copy full SHA for 17076e0
app/src/main/java/com/example/deco3801project/WaterIntake.java
@@ -392,9 +392,7 @@ protected void onNewIntent(Intent intent) {
392
public class ConnectThread extends Thread {
393
BluetoothSocket socket;
394
final BluetoothDevice bDevice;
395
- final BluetoothAdapter bAdapter;
396
private ConnectThread(BluetoothDevice device) throws IOException {
397
- bAdapter = BluetoothAdapter.getDefaultAdapter();
398
BluetoothSocket tmp = null;
399
bDevice = device;
400
UUID uuid = UUID.fromString("f04c83b4-0f9a-4d5c-869d-700833daeec1");
0 commit comments