wattx / Mbed 2 deprecated BLE_GAP_Example

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_GAP_Example by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
wenhuanglin
Date:
Wed Sep 07 14:58:32 2016 +0000
Parent:
17:76aa0560ca15
Child:
20:6f4526ca46cb
Commit message:
test2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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 */