gjhn

Dependents:   BLE_GENERALE

Fork of X_NUCLEO_IDB0XA1 by ST

Branch:
70f819844d61400a7b6772dcc911a63fc73af09e
Revision:
259:323f588e5f57
Parent:
229:9981f62cdb1a
--- a/source/BlueNRGDiscoveredCharacteristic.cpp	Thu Sep 15 10:51:20 2016 +0100
+++ b/source/BlueNRGDiscoveredCharacteristic.cpp	Thu Sep 15 10:51:21 2016 +0100
@@ -62,3 +62,7 @@
     props._indicate        = propsIn.indicate();
     props._authSignedWrite = propsIn.authSignedWrite();
 }
+
+ void BlueNRGDiscoveredCharacteristic::setLastHandle(GattAttribute::Handle_t  lastHandleIn) {
+     lastHandle = lastHandleIn;
+ }
\ No newline at end of file