Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created January 4, 2024 16:12
Show Gist options
  • Select an option

  • Save tdcolvin/31c9222eb6605cb660b3bdefa13628ff to your computer and use it in GitHub Desktop.

Select an option

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