BluetoothCollector
public class BluetoothCollector : DeviceCollector
BluetoothCollector is responsible for collecting BLE information of the device using CBPeripheralManager.
-
Name of current collector
Declaration
Swift
public var name: String -
Collects BLE information using CBPeripheralManager
Declaration
Swift
public func collect(completion: @escaping DeviceCollectorCallback)Parameters
completioncompletion block
View on GitHub