func scanForPeripherals()

in Sources/RxCBCentral/core/CBCentralManagerType.swift [24:31]


    func scanForPeripherals(withServices serviceUUIDs: [CBUUID]?, options: [String : Any]?)
    func stopScan()
    
    func connect(_ peripheral: CBPeripheralType, options: ConnectionManagerOptions?)
    func cancelPeripheralConnection(_ peripheral: CBPeripheralType)
}

extension CBCentralManager: CBCentralManagerType {