summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-01-18 14:35:04 +0100
committerAlex Blasche <alexander.blasche@qt.io>2017-01-24 14:49:31 +0000
commit6210bfa8f745c0af3e0d178bd03f99186aae34d6 (patch)
treee1ef5c2aa5ad710fe38543bb5d69a353b950d453 /src/bluetooth/android
parent2e60c570b46e69599861969fc949551a058e902d (diff)
Fix a lot of minor issues in the new Android peripheral backend
Change-Id: I3aa89926c5237ee8da18b73f66f0c7a321a83c91 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth/android')
-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);