hi everybody i want to make an android app for controling bluetooth module hc-05,i have the following code in android studio:
MainActivity.java
package com.example.shsmszdh.blue1;
import android.app.Activity;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice...