Skip to content

Commit 059fb68

Browse files
committed
Update AndroidCentral.scan()
1 parent 0d92d3f commit 059fb68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/AndroidBluetooth/AndroidCentral.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ public final class AndroidCentral: CentralManager {
9595
guard let scanner = hostController.getBluetoothLeScanner()
9696
else { throw AndroidCentralError.bluetoothDisabled }
9797

98-
// check permission
99-
try checkPermission(.bluetoothScan)
100-
10198
return .init(onTermination: {
10299
Task {
103100
await self.stopScan()

0 commit comments

Comments
 (0)