Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_GAP_Example by
Diff: main.cpp
- 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 */