func centralManager()

in Sources/RxCBCentral/core/RxCentralDelegate.swift [93:97]


    func centralManager(_ central: CBCentralManager,
                        didConnect peripheral: CBPeripheral) {
        didConnectToPeripheralSubject.onNext(peripheral)
        RxCBLogger.sharedInstance.log("Connected to: \(peripheral.description)")
    }