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.
Fork of BLE_API by
Diff: hw/bleradio.h
- Revision:
- 1:fd3ec64b2345
- Parent:
- 0:ace2e8d3ce79
- Child:
- 2:ffc5216bd2cc
diff -r ace2e8d3ce79 -r fd3ec64b2345 hw/bleradio.h
--- a/hw/bleradio.h Fri Nov 29 14:42:22 2013 +0000
+++ b/hw/bleradio.h Wed Dec 04 07:20:24 2013 +0000
@@ -20,7 +20,7 @@
/* ToDo: Force constructor with event handler callback */
/* These functions must be defined in the sub-class */
- virtual ble_error_t attach(void (*fptr)(void));
+ //virtual ble_error_t attach(void (*fptr)(void));
virtual ble_error_t addService(BLEService &) = 0;
virtual ble_error_t updateValue(uint8_t, uint8_t, uint8_t[], uint16_t) = 0;
virtual ble_error_t start(void) = 0;
