func stopScan()

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


    func stopScan()
    
    func connect(_ peripheral: CBPeripheralType, options: ConnectionManagerOptions?)
    func cancelPeripheralConnection(_ peripheral: CBPeripheralType)
}

extension CBCentralManager: CBCentralManagerType {