leemind

Results 1 issues of leemind

I have an ESP32 device which notifies on 2 different characteristics. I register both characteristics to notify `UniversalBle.setNotifiable(devices[deviceID]!.device!.deviceId, Uuids.mainService, Uuids.firmwareControlCharStr, BleInputProperty.notification); UniversalBle.setNotifiable(devices[deviceID]!.device!.deviceId, Uuids.mainService, Uuids.dataCharStr, BleInputProperty.notification);` and in the debug Gatt...