test

Dependencies:   BLE_API mbed nRF51822

Revision:
5:63d48ab9ffc1
Parent:
4:6b09cced6fb9
Parent:
3:f71a35d85001
Child:
6:e287fa7f2e1c
--- a/main.cpp	Fri Sep 09 08:34:49 2016 +0000
+++ b/main.cpp	Fri Sep 09 08:36:37 2016 +0000
@@ -24,7 +24,9 @@
 BLE& ble = BLE::Instance(BLE::DEFAULT_INSTANCE);
 
 /* Optional: Device Name, add for human read-ability */
-const static char     DEVICE_NAME[] = "ChangemygodMe!!";
+
+const static char     DEVICE_NAME[] = "BLE_BEACON";
+
 
 /* You have up to 26 bytes of advertising data to use. */
 uint8_t AdvData[] = {0x01,0x02,0x00,0x04,0x12};   /* Example of hex data */