adaptation for bkap
Fork of X_NUCLEO_IDB0XA1 by
Diff: source/BlueNRGDiscoveredCharacteristic.cpp
- Branch:
- 70f819844d61400a7b6772dcc911a63fc73af09e
- Revision:
- 259:323f588e5f57
- Parent:
- 229:9981f62cdb1a
diff -r e5ef65120b06 -r 323f588e5f57 source/BlueNRGDiscoveredCharacteristic.cpp --- 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