summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android/lowenergynotificationhub_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/android/lowenergynotificationhub_p.h')
-rw-r--r--src/bluetooth/android/lowenergynotificationhub_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/android/lowenergynotificationhub_p.h b/src/bluetooth/android/lowenergynotificationhub_p.h
index 7a328204..4a384a8c 100644
--- a/src/bluetooth/android/lowenergynotificationhub_p.h
+++ b/src/bluetooth/android/lowenergynotificationhub_p.h
@@ -122,9 +122,9 @@ signals:
QLowEnergyService::ServiceError errorCode);
void descriptorWritten(int descHandle, const QByteArray &data,
QLowEnergyService::ServiceError errorCode);
- void serverDescriptorWritten(const QAndroidJniObject &descriptor, const QByteArray newValue);
+ void serverDescriptorWritten(const QAndroidJniObject &descriptor, const QByteArray &newValue);
void characteristicChanged(int charHandle, const QByteArray &data);
- void serverCharacteristicChanged(const QAndroidJniObject& characteristic, const QByteArray& newValue);
+ void serverCharacteristicChanged(const QAndroidJniObject &characteristic, const QByteArray &newValue);
void serviceError(int attributeHandle, QLowEnergyService::ServiceError errorCode);
void advertisementError(int status);