Skip to content

Instantly share code, notes, and snippets.

@aya-salama1989
Last active April 9, 2020 19:18
Show Gist options
  • Save aya-salama1989/172eb45066b96e4ff17d99776426f259 to your computer and use it in GitHub Desktop.
Save aya-salama1989/172eb45066b96e4ff17d99776426f259 to your computer and use it in GitHub Desktop.
val discoverableIntent =Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE)
discoverableIntent
.putExtra(BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION,0/*set a duration, 0 is not recommended*/)
startActivity(discoverableIntent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment