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

Commit be0a421d authored by Katherine Lai's avatar Katherine Lai Committed by Gerrit Code Review
Browse files

Merge "floss: Update the SyspropsFilePath for Linux"

parents 508ea0a3 8911a768
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) {