library for BLE_GAP_backpack

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
284:29fb6af6671d
Parent:
280:cbaa4cb83548
Child:
286:042b01e59cf8
--- a/btle/btle_discovery.h	Fri Jun 19 15:55:26 2015 +0100
+++ b/btle/btle_discovery.h	Fri Jun 19 15:55:26 2015 +0100
@@ -26,6 +26,7 @@
 {
 public:
     static const uint16_t SRV_DISC_START_HANDLE             = 0x0001; /**< The start handle value used during service discovery. */
+    static const uint16_t SRV_DISC_END_HANDLE               = 0xFFFF; /**< The end handle value used during service discovery. */
 
 private:
     static const unsigned BLE_DB_DISCOVERY_MAX_SRV          = 4;      /**< Maximum number of services we can retain information for after a single discovery. */