diff options
Diffstat (limited to 'core/qt-ble.h')
-rw-r--r-- | core/qt-ble.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/qt-ble.h b/core/qt-ble.h index 6f63870a6..bbd56e586 100644 --- a/core/qt-ble.h +++ b/core/qt-ble.h @@ -29,6 +29,7 @@ public slots: void addService(const QBluetoothUuid &newService); void serviceStateChanged(QLowEnergyService::ServiceState s); void characteristcStateChanged(const QLowEnergyCharacteristic &c, const QByteArray &value); + void characteristicWritten(const QLowEnergyCharacteristic &c, const QByteArray &value); void writeCompleted(const QLowEnergyDescriptor &d, const QByteArray &value); int setupHwTerminalIo(QList<QLowEnergyCharacteristic>); private: |