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:
lasan
2024-10-29 11:21:49 +05:30
parent b36c933a45
commit 3ea5979b5a
12 changed files with 423 additions and 69 deletions
@@ -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();