We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AndroidCentral.scan()
1 parent 0d92d3f commit 059fb68Copy full SHA for 059fb68
Sources/AndroidBluetooth/AndroidCentral.swift
@@ -95,9 +95,6 @@ public final class AndroidCentral: CentralManager {
95
guard let scanner = hostController.getBluetoothLeScanner()
96
else { throw AndroidCentralError.bluetoothDisabled }
97
98
- // check permission
99
- try checkPermission(.bluetoothScan)
100
-
101
return .init(onTermination: {
102
Task {
103
await self.stopScan()
0 commit comments