library for BLE_GAP_backpack

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
561:613dbbdeed27
Parent:
550:bcb632fc92df
Child:
563:9c4b96f7be8d
--- a/source/nRF5xGap.h	Mon Jan 11 10:19:14 2016 +0000
+++ b/source/nRF5xGap.h	Mon Jan 11 10:19:15 2016 +0000
@@ -112,6 +112,9 @@
     }
 #endif
 
+protected:
+    virtual ble_error_t cleanup(void);
+
 private:
     bool    radioNotificationCallbackParam; /* parameter to be passed into the Timeout-generated radio notification callback. */
     Timeout radioNotificationTimeout;