init()

in Sources/RxCBCentral/core/BluetoothDetector/BluetoothDetector.swift [22:27]


    init(centralManager: CBCentralManagerType, delegate: RxCentralDelegate, options: BluetoothDetectorOptions?) {
        _centralManager = centralManager
        _delegate = delegate
        _options = options
        _centralManager.delegate = delegate
    }