Skip to content

Commit cc50746

Browse files
committed
Update BluetoothLeScanner
1 parent eca62c6 commit cc50746

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Sources/AndroidBluetooth/BluetoothLeScanner.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ open class BluetoothLeScanner: JavaObject {
1212
open func startScan(_ arg0: ScanCallback?) throws
1313

1414
@JavaMethod
15-
open func startScan(_ arg0: List<ScanFilter>?, _ arg1: ScanSettings?, _ arg2: PendingIntent?) throws -> Int32
15+
open func startScan(_ arg0: List<ScanFilter>?, _ arg1: ScanSettings?, _ arg2: PendingIntent?) -> Int32
1616

1717
@JavaMethod
18-
open func stopScan(_ arg0: PendingIntent?) throws
18+
open func stopScan(_ arg0: PendingIntent?)
1919

2020
@JavaMethod
21-
open func stopScan(_ arg0: ScanCallback?) throws
21+
open func stopScan(_ arg0: ScanCallback?)
2222

2323
@JavaMethod
24-
open func flushPendingScanResults(_ arg0: ScanCallback?) throws
24+
open func flushPendingScanResults(_ arg0: ScanCallback?)
2525
}
2626
extension JavaClass<BluetoothLeScanner> {
2727
@JavaStaticField(isFinal: true)

0 commit comments

Comments
 (0)