private void clearRegisterNotificationSubject()

in rx-central-ble/src/main/java/com/uber/rxcentralble/core/CorePeripheral.java [372:378]


  private void clearRegisterNotificationSubject(SingleSubject<UUID> scopedSubject) {
    synchronized (syncRoot) {
      if (registerNotificationSubject == scopedSubject) {
        registerNotificationSubject = null;
      }
    }
  }