mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
brought in vibhav's own implementation of bluetooth adapter and bluez. updated dbus to latest version in vibhav's branch. Initial commit of own version of ble_v2 implementation
This commit is contained in:
@@ -51,7 +51,7 @@ std::wstring FilePath::GetDownloadPath(std::wstring parent_folder,
|
||||
|
||||
std::wstring FilePath::GetDownloadPathInternal(std::wstring parent_folder,
|
||||
std::wstring file_name) {
|
||||
DeviceInfo info = DeviceInfo(linux::getSystemBusConnection());
|
||||
DeviceInfo info = DeviceInfo(*linux::getSystemBusConnection());
|
||||
|
||||
std::optional<std::filesystem::path> download_path = info.GetDownloadPath();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user