public CoreConnectionManager()

in rx-central-ble/src/main/java/com/uber/rxcentralble/core/CoreConnectionManager.java [73:82]


  public CoreConnectionManager(
          Context context,
          BluetoothDetector bluetoothDetector,
          Peripheral.Factory peripheralFactory,
          Scanner.Factory scannerFactory) {
    this.scanner = scannerFactory.produce();
    this.context = context;
    this.bluetoothDetector = bluetoothDetector;
    this.peripheralFactory = peripheralFactory;
  }