mediCAL's first BLE project

Dependents:   BLE_mediCAL

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
antoniorohit
Date:
Sun Nov 02 20:43:14 2014 +0000
Parent:
68:936d81c963fe
Commit message:
First rev of BLE program for nRF51822 which provides BLE connectivity for team mediCAL's PILLar;

Changed in this revision

projectconfig.h Show annotated file Show diff for this revision Revisions of this file
--- a/projectconfig.h	Fri Sep 26 14:46:19 2014 +0100
+++ b/projectconfig.h	Sun Nov 02 20:43:14 2014 +0000
@@ -113,7 +113,7 @@
 
     /*--------------------------------- GAP -------------------------------*/
     #define CFG_GAP_APPEARANCE                         BLE_APPEARANCE_GENERIC_TAG
-    #define CFG_GAP_LOCAL_NAME                         "nRF5x"
+    #define CFG_GAP_LOCAL_NAME                         "mediCAL BLE"
 
     #define CFG_GAP_CONNECTION_MIN_INTERVAL_MS           50                     /**< Minimum acceptable connection interval */
     #define CFG_GAP_CONNECTION_MAX_INTERVAL_MS          500                     /**< Maximum acceptable connection interval */