Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 551e2b40 authored by Katherine Lai's avatar Katherine Lai Committed by Automerger Merge Worker
Browse files

Merge "floss: Update the SyspropsFilePath for Linux" am: be0a421d

parents 22fd886c be0a421d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ std::string ParameterProvider::SyspropsFilePath() {
      return sysprops_file_path;
    }
  }
  return "/etc/bluetooth/sysprops.conf";
  return "/var/lib/bluetooth/sysprops.conf";
}

void ParameterProvider::OverrideSyspropsFilePath(const std::string& path) {