library for BLE_GAP_backpack

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
638:6307ad2949a7
Parent:
584:c547c980452f
--- a/source/projectconfig.h	Mon Apr 11 16:15:24 2016 +0000
+++ b/source/projectconfig.h	Wed Nov 02 14:11:43 2016 +0000
@@ -65,7 +65,7 @@
                               Level 0: No debug information generated
 
     -----------------------------------------------------------------------*/
-    #define CFG_DEBUG                                  (1)
+    #define CFG_DEBUG                                  (0)
 
     #if (CFG_DEBUG > 3) || (CFG_DEBUG < 0)
       #error "CFG_DEBUG must be a value between 0 (no debug) and 3"
@@ -120,7 +120,7 @@
     #define CFG_GAP_CONNECTION_SUPERVISION_TIMEOUT_MS  4000                     /**< Connection supervisory timeout */
     #define CFG_GAP_CONNECTION_SLAVE_LATENCY           0                        /**< Slave Latency in number of connection events. */
 
-    #define CFG_GAP_ADV_INTERVAL_MS                    25                       /**< The advertising interval in miliseconds, should be multiply of 0.625 */
+    #define CFG_GAP_ADV_INTERVAL_MS                    250                       /**< The advertising interval in miliseconds, should be multiply of 0.625 */
     #define CFG_GAP_ADV_TIMEOUT_S                      180                      /**< The advertising timeout in units of seconds. */
 /*=========================================================================*/