File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -465,12 +465,6 @@ class BLE {
465465 bool event_signaled;
466466};
467467
468- /* *
469- * @deprecated This type alias is retained for the sake of compatibility with
470- * older code. This will be dropped at some point.
471- */
472- typedef BLE BLEDevice;
473-
474468/* *
475469 * @namespace ble Entry namespace for all %BLE API definitions.
476470 */
Original file line number Diff line number Diff line change @@ -240,17 +240,6 @@ class BLEInstanceBase
240240 virtual const SecurityManager &getSecurityManager (void ) const = 0;
241241#endif // BLE_FEATURE_SECURITY
242242
243- /* *
244- * Process pending events present in the vendor subsystem; then, put the MCU
245- * to sleep until an external source wakes it up.
246- *
247- * @attention This function is deprecated in the BLE class. It will be
248- * removed from this interface once it is removed from BLE.
249- *
250- * @see BLE::waitForEvent() BLE::processEvents()
251- */
252- virtual void waitForEvent (void ) = 0;
253-
254243private:
255244 // this class is not a value type.
256245 // prohibit copy construction and copy assignement
Original file line number Diff line number Diff line change 1818#include " ble/BLE.h"
1919#include " ble/BLEInstanceBase.h"
2020#include " platform/mbed_critical.h"
21- #include " Deprecated.h"
2221
2322#if defined(TARGET_OTA_ENABLED)
2423#include " ble/services/DFUService.h"
You can’t perform that action at this time.
0 commit comments