summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtutility_p.h
diff options
context:
space:
mode:
authorTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-11-23 18:02:09 +0100
committerTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-11-26 13:00:34 +0100
commitbe750788c7f5276b0a8686e1f11bf4ca12ee9231 (patch)
tree17d95e86ba063fad3193f5291fe0fd9db0bfb9f3 /src/bluetooth/osx/osxbtutility_p.h
parent9966c69e301a041ad224ef08bc3da45ca249041d (diff)
QLowEnergyService::writeCharacteristic - implementation for OS X and iOS
writeCharacteristic - implemented with Core Bluetooth for OS X and iOS. Change-Id: Ia228ff451e1e6d7b6fb7de6cad29198aa9257602 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/osx/osxbtutility_p.h')
-rw-r--r--src/bluetooth/osx/osxbtutility_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/osx/osxbtutility_p.h b/src/bluetooth/osx/osxbtutility_p.h
index 6e226a25..d30ee93c 100644
--- a/src/bluetooth/osx/osxbtutility_p.h
+++ b/src/bluetooth/osx/osxbtutility_p.h
@@ -288,6 +288,7 @@ ObjCStrongReference<CBUUID> cb_uuid(const QBluetoothUuid &qtUuid);
bool equal_uuids(const QBluetoothUuid &qtUuid, CBUUID *cbUuid);
bool equal_uuids(CBUUID *cbUuid, const QBluetoothUuid &qtUuid);
QByteArray qt_bytearray(NSData *data);
+ObjCStrongReference<NSData> data_from_bytearray(const QByteArray & qtData);
} // namespace OSXBluetooth