PreviewEnvironment

constructor(androidSdkVersion: Int = AndroidEnvironment.SdkVersion.LATEST, deviceName: String = "Stub", bluetoothState: Manager.State = Manager.State.POWERED_ON, locationState: StateFlow<Boolean> = MutableStateFlow(true), isBluetoothSupported: Boolean = true, isLocationRequiredForScanning: Boolean = false, isLocationPermissionGranted: Boolean = false, isLe2MPhySupported: Boolean = true, isLeCodedPhySupported: Boolean = true, isScanningOnLeCodedPhySupported: Boolean = true, isBluetoothScanPermissionGranted: Boolean = true, isBluetoothConnectPermissionGranted: Boolean = true, isBluetoothAdvertisePermissionGranted: Boolean = true, isBluetoothPrivilegedPermissionGranted: Boolean = false, isMultipleAdvertisementSupported: Boolean = true, isLeExtendedAdvertisingSupported: Boolean = true, isLePeriodicAdvertisingSupported: Boolean = true, leMaximumAdvertisingDataLength: Int = 1650)