func connect()

in Sources/RxCBCentral/core/CBCentralManagerType.swift [32:37]


    func connect(_ peripheral: CBPeripheralType, options: ConnectionManagerOptions?) {
        if let peripheral = peripheral as? CBPeripheral {
            RxCBLogger.sharedInstance.log("Connecting to: \(peripheral.description)")
            connect(peripheral, options: options?.asDictionary)
        }
    }