Skip to content

Commit 5abf2f0

Browse files
committed
BLE: Reintroduce refactored type identifier in privacy configuration structures.
1 parent dc3ff6a commit 5abf2f0

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

features/FEATURE_BLE/ble/gap/Types.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,9 @@ struct peripheral_privacy_configuration_t {
891891
PERFORM_AUTHENTICATION_PROCEDURE
892892
};
893893

894+
MBED_DEPRECATED_SINCE("mbed-os-5.11", "Use resolution_strategy_t instead.")
895+
typedef resolution_strategy_t ResolutionStrategy;
896+
894897
/**
895898
* Connection strategy to use when a connection request contains a
896899
* private resolvable address.
@@ -941,6 +944,9 @@ struct central_privay_configuration_t {
941944
RESOLVE_AND_FILTER
942945
};
943946

947+
MBED_DEPRECATED_SINCE("mbed-os-5.11", "Use resolution_strategy_t instead.")
948+
typedef resolution_strategy_t ResolutionStrategy;
949+
944950
/**
945951
* Resolution strategy applied to advertising packets received by the
946952
* local device.

0 commit comments

Comments
 (0)