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 {
465
465
bool event_signaled;
466
466
};
467
467
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
-
474
468
/* *
475
469
* @namespace ble Entry namespace for all %BLE API definitions.
476
470
*/
Original file line number Diff line number Diff line change @@ -240,17 +240,6 @@ class BLEInstanceBase
240
240
virtual const SecurityManager &getSecurityManager (void ) const = 0;
241
241
#endif // BLE_FEATURE_SECURITY
242
242
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
-
254
243
private:
255
244
// this class is not a value type.
256
245
// prohibit copy construction and copy assignement
Original file line number Diff line number Diff line change 18
18
#include " ble/BLE.h"
19
19
#include " ble/BLEInstanceBase.h"
20
20
#include " platform/mbed_critical.h"
21
- #include " Deprecated.h"
22
21
23
22
#if defined(TARGET_OTA_ENABLED)
24
23
#include " ble/services/DFUService.h"
You can’t perform that action at this time.
0 commit comments