Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created January 4, 2024 15:57
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 tdcolvin/7f23630bdb8f252be72d1637b7c19149 to your computer and use it in GitHub Desktop.
Save tdcolvin/7f23630bdb8f252be72d1637b7c19149 to your computer and use it in GitHub Desktop.
private val bluetooth = context.getSystemService(Context.BLUETOOTH_SERVICE)
as? BluetoothManager
?: throw Exception("Bluetooth is not supported by this device")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment