1

Fork of nRF51822 by Nordic Semiconductor

Revision:
171:6f80bdd27157
Parent:
170:d886f281ead7
Child:
172:57c4a91ff825
--- a/nRF51Gap.h	Wed May 13 08:49:35 2015 +0100
+++ b/nRF51Gap.h	Wed May 13 08:49:35 2015 +0100
@@ -82,8 +82,8 @@
 
             ble_gap_scan_params_t scanParams = {
                 .active      = scanningParams.getActiveScanning(), /**< If 1, perform active scanning (scan requests). */
-                .selective   = 0,        /**< If 1, ignore unknown devices (non whitelisted). */
-                .p_whitelist = NULL,     /**< Pointer to whitelist, NULL if none is given. */
+                .selective   = 0,    /**< If 1, ignore unknown devices (non whitelisted). */
+                .p_whitelist = NULL, /**< Pointer to whitelist, NULL if none is given. */
                 .interval    = scanningParams.getInterval(),  /**< Scan interval between 0x0004 and 0x4000 in 0.625ms units (2.5ms to 10.24s). */
                 .window      = scanningParams.getWindow(),    /**< Scan window between 0x0004 and 0x4000 in 0.625ms units (2.5ms to 10.24s). */
                 .timeout     = scanningParams.getTimeout(),   /**< Scan timeout between 0x0001 and 0xFFFF in seconds, 0x0000 disables timeout. */