Skip to content

Commit 05d83b8

Browse files
committed
BLE: remove ResolutionStrategy type
1 parent cfbcf95 commit 05d83b8

File tree

1 file changed

+0
-6
lines changed
  • features/FEATURE_BLE/ble/gap

1 file changed

+0
-6
lines changed

features/FEATURE_BLE/ble/gap/Types.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -912,9 +912,6 @@ struct peripheral_privacy_configuration_t {
912912
PERFORM_AUTHENTICATION_PROCEDURE
913913
};
914914

915-
MBED_DEPRECATED_SINCE("mbed-os-5.11", "Use resolution_strategy_t instead.")
916-
typedef resolution_strategy_t ResolutionStrategy;
917-
918915
/**
919916
* Connection strategy to use when a connection request contains a
920917
* private resolvable address.
@@ -965,9 +962,6 @@ struct central_privacy_configuration_t {
965962
RESOLVE_AND_FILTER
966963
};
967964

968-
MBED_DEPRECATED_SINCE("mbed-os-5.11", "Use resolution_strategy_t instead.")
969-
typedef resolution_strategy_t ResolutionStrategy;
970-
971965
/**
972966
* Resolution strategy applied to advertising packets received by the
973967
* local device.

0 commit comments

Comments
 (0)