From 0ed37267acd9d3fa547dcc628aa08aad3893ce0d Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Mon, 16 Aug 2021 17:45:17 +0200 Subject: [PATCH] Added UUIDs for wireless settings --- devicehandler.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devicehandler.cpp b/devicehandler.cpp index 8a2772a..3aad29c 100644 --- a/devicehandler.cpp +++ b/devicehandler.cpp @@ -16,6 +16,9 @@ const QBluetoothUuid bobbycarServiceUuid{QUuid::fromString(QStringLiteral("0335e const QBluetoothUuid livestatsCharacUuid{QUuid::fromString(QStringLiteral("a48321ea-329f-4eab-a401-30e247211524"))}; const QBluetoothUuid remotecontrolCharacUuid{QUuid::fromString(QStringLiteral("4201def0-a264-43e6-946b-6b2d9612dfed"))}; + +const QBluetoothUuid settingsSetterUuid{QUuid::fromString(QStringLiteral("4201def1-a264-43e6-946b-6b2d9612dfed"))}; +const QBluetoothUuid wifiListUuid{QUuid::fromString(QStringLiteral("4201def2-a264-43e6-946b-6b2d9612dfed"))}; } DeviceHandler::DeviceHandler(QObject *parent) :