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: UUID.h
- Revision:
- 53:a1bec483c8e3
- Parent:
- 50:9078969e80e4
- Child:
- 56:537b8e8f5d60
--- a/UUID.h Wed May 28 17:24:30 2014 +0100
+++ b/UUID.h Thu May 29 08:16:31 2014 +0100
@@ -36,9 +36,6 @@
UUID(uint16_t const);
virtual ~UUID(void);
- ble_error_t update(uint8_t const[LENGTH_OF_LONG_UUID]);
- ble_error_t update(uint16_t const);
-
public:
uint8_t type; // UUID_TYPE_SHORT or UUID_TYPE_LONG
uint8_t base[LENGTH_OF_LONG_UUID]; // in case of custom
