How to read two ble service characteristic's in qt bluetooth (BLE)
Unsolved
General and Desktop
-
Hi All,
I'm working the Bluetooth Low energy in Qt, I can able read single service characteristic, but when I'm trying to read two service characteristic at the same time, Qt Application is not working.
My Goal:
I need to read both characteristic values in different service at the same time.static const QLatin1String DATA_SERVICE("00002800-0000-1000-8000-00805f9b34fb"); <-- Service
static const QLatin1String CurrentUUID("f000fff4-0451-4000-b000-000000000000"); <-- characteristicstatic const QLatin1String MODE_SERVICE("00002701-0000-1000-8000-00805f9b34fb"); <-- Service
static const QLatin1String POINT_DETECT("f000fff9-0451-4000-b000-000000000000"); <-- characteristic