Skip to content

Instantly share code, notes, and snippets.

@mohsenoid
Created April 26, 2020 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohsenoid/ea166e0eed0d086fca3bf73d49266266 to your computer and use it in GitHub Desktop.
Save mohsenoid/ea166e0eed0d086fca3bf73d49266266 to your computer and use it in GitHub Desktop.
CloseToMe - Check if device has BLE Feature
if (!closeToMe.hasBleFeature()) {
Toast.makeText(this, R.string.ble_not_supported, Toast.LENGTH_LONG).show()
finish()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment