wattx / Mbed 2 deprecated BLE_GAP_Example

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_GAP_Example by Bluetooth Low Energy

Revision:
19:c215492c98e4
Parent:
17:76aa0560ca15
--- a/main.cpp	Wed Sep 07 14:43:55 2016 +0000
+++ b/main.cpp	Wed Sep 07 14:58:32 2016 +0000
@@ -27,7 +27,7 @@
 const static char     DEVICE_NAME[] = "ChangeMe!!";
 
 /* You have up to 26 bytes of advertising data to use. */
-uint8_t AdvData[] = {0x01,0x02,0x00,0x04,0x17};   /* Example of hex data */
+uint8_t AdvData[] = {0x01,0x02,0x00,0x04,0x12};   /* Example of hex data */
 //const static uint8_t AdvData[] = {"ChangeThisData"};         /* Example of character data */