Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created January 4, 2024 16:12
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/31c9222eb6605cb660b3bdefa13628ff to your computer and use it in GitHub Desktop.
Save tdcolvin/31c9222eb6605cb660b3bdefa13628ff to your computer and use it in GitHub Desktop.
@RequiresPermission(PERMISSION_BLUETOOTH_SCAN)
fun startScanning() {
scanner.startScan(scanCallback)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment