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
Revision 19:c215492c98e4, committed 2016-09-07
- 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 */
