From 6210bfa8f745c0af3e0d178bd03f99186aae34d6 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 18 Jan 2017 14:35:04 +0100 Subject: Fix a lot of minor issues in the new Android peripheral backend Change-Id: I3aa89926c5237ee8da18b73f66f0c7a321a83c91 Reviewed-by: Timur Pocheptsov Reviewed-by: Alex Blasche --- src/bluetooth/android/lowenergynotificationhub_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bluetooth/android') 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); -- cgit v1.2.3