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 X_NUCLEO_IDB0XA1 mbed
Fork of BLE_HeartRate_IDB0XA1 by
bricks/characteristic.cpp@28:114eaad388c1, 2017-01-08 (annotated)
- Committer:
- hux
- Date:
- Sun Jan 08 23:13:25 2017 +0000
- Revision:
- 28:114eaad388c1
A bit more code for this demo to demonstrate GAP advertising with advertising data.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| hux | 28:114eaad388c1 | 1 | // characteristic.h - an easy to use overloaded characteristic class |
| hux | 28:114eaad388c1 | 2 | |
| hux | 28:114eaad388c1 | 3 | #include "bricks/characteristic.h" |
| hux | 28:114eaad388c1 | 4 | |
| hux | 28:114eaad388c1 | 5 | IniBuffer characteristicInidata; // to initialize a characteristic |
| hux | 28:114eaad388c1 | 6 | |
| hux | 28:114eaad388c1 | 7 | // eof |
