Skip to content

Commit a6810dd

Browse files
committed
Remove a few leftovers in BLE namespace
1 parent 3c922ac commit a6810dd

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

features/FEATURE_BLE/ble/BLE.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
*/

features/FEATURE_BLE/ble/BLEInstanceBase.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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-
254243
private:
255244
// this class is not a value type.
256245
// prohibit copy construction and copy assignement

features/FEATURE_BLE/source/BLE.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
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"

0 commit comments

Comments
 (0)