wattx / Mbed 2 deprecated BLE_GAP_Example

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_GAP_Example by Bluetooth Low Energy

Revision:
18:7e46cb6fc45b
Parent:
17:76aa0560ca15
--- a/main.cpp	Wed Sep 07 14:43:55 2016 +0000
+++ b/main.cpp	Wed Sep 07 14:55:43 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,0x05};   /* Example of hex data */
 //const static uint8_t AdvData[] = {"ChangeThisData"};         /* Example of character data */