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.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Diff: ble/BLEInstanceBase.h
- Revision:
- 1178:a4418fcb462f
- Parent:
- 1156:e1ea38b576c6
- Child:
- 1179:4ab722f8dca0
--- a/ble/BLEInstanceBase.h Wed Apr 06 19:15:26 2016 +0100
+++ b/ble/BLEInstanceBase.h Wed Apr 06 19:15:28 2016 +0100
@@ -28,6 +28,10 @@
/**
* The interface for the transport object to be created by the target library's
* createBLEInstance().
+ *
+ * @note This class is part of the interface of BLE API with the implementation;
+ * therefore, it is meant to be used only by porters rather than normal
+ * BLE API users.
*/
class BLEInstanceBase
{