For BlueNRG

Dependencies:   BLE_API BLE_BlueNRG mbed

Fork of BLE_HeartRate by Bluetooth Low Energy

Revision:
48:1eb41ad0394e
Parent:
47:430545f41113
diff -r 430545f41113 -r 1eb41ad0394e main.cpp
--- a/main.cpp	Tue Sep 30 02:14:27 2014 +0000
+++ b/main.cpp	Wed Oct 29 11:40:36 2014 +0000
@@ -23,7 +23,7 @@
 BLEDevice  ble;
 DigitalOut led1(LED1);
 
-const static char     DEVICE_NAME[]        = "Nordic_HRM";
+const static char     DEVICE_NAME[]        = "BlueNRG_HRM";
 static const uint16_t uuid16_list[]        = {GattService::UUID_HEART_RATE_SERVICE,
                                               GattService::UUID_BATTERY_SERVICE,
                                               GattService::UUID_DEVICE_INFORMATION_SERVICE};