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 9c40fd1 commit f19e5b5Copy full SHA for f19e5b5
Sources/AndroidBluetooth/AndroidCentral.swift
@@ -78,9 +78,7 @@ public final class AndroidCentral: CentralManager {
78
$0.scan.peripherals.removeAll()
79
$0.scan.continuation = continuation
80
}
81
- let scanCallBack = ScanCallback()
82
- // TODO: Implement callbacks
83
- //scanCallBack.central = self
+ let scanCallBack = LowEnergyScanCallback(central: self)
84
scanner.startScan(scanCallBack)
85
86
})
0 commit comments