diff --git a/README.md b/README.md index cfc74d0..0be5c2a 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ if(!bt.isBluetoothAvailable()) { ```java public void onStart() { super.onStart(); - if(!bt.isBluetoothEnable()) { + if(!bt.isBluetoothEnabled()) { // Do somthing if bluetooth is disable } else { // Do something if bluetooth is already enable @@ -121,7 +121,7 @@ startActivityForResult(intent, BluetoothState.REQUEST_CONNECT_DEVICE); don't forget declare library activty like this ```java - + ``` • After intent to choose device activity and finish that activity. You need to check result data on onActivityResult