create
open fun create(scannerSettingsBuilder: (Permissions) -> BaseScanner.Settings = { BaseScanner.Settings(it) }, coroutineContext: CoroutineContext = defaultBluetoothClientDispatcher): BluetoothClient
Deprecated
Use createClient instead
Replace with
createClient(scannerSettingsBuilder, coroutineContext)Content copied to clipboard