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_6180XA1 X_NUCLEO_IDB0XA1 mbed
Fork of BLE_HeartRate_IDB0XA1 by
bricks/characteristic.cpp@27:32267cee7cb8, 2017-01-14 (annotated)
- Committer:
- hux
- Date:
- Sat Jan 14 08:43:14 2017 +0000
- Revision:
- 27:32267cee7cb8
Setup a GATT Detector Service. There is some bug in the GATT setup, resulting in different behavior between Nordic nRF51822-DK and NUCLEO-L476RG, but with the workaround it works also for the NUCLEO board. (using Bricks V1A)
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| hux | 27:32267cee7cb8 | 1 | // characteristic.cpp - an easy to use overloaded characteristic class |
| hux | 27:32267cee7cb8 | 2 | |
| hux | 27:32267cee7cb8 | 3 | #include "bricks/characteristic.h" |
| hux | 27:32267cee7cb8 | 4 | |
| hux | 27:32267cee7cb8 | 5 | IniBuffer characteristicInidata; // to initialize a characteristic |
| hux | 27:32267cee7cb8 | 6 | |
| hux | 27:32267cee7cb8 | 7 | // eof |
