From d594aa2d4bdbbbe052ffea102dd37bea9b8095c1 Mon Sep 17 00:00:00 2001 From: Paul Szczepanek Date: Thu, 8 Apr 2021 09:53:23 +0100 Subject: [PATCH] add MBED_DEPRECATED comment for maintainers to find it --- connectivity/FEATURE_BLE/include/ble/services/BatteryService.h | 1 + .../FEATURE_BLE/include/ble/services/DeviceInformationService.h | 1 + .../FEATURE_BLE/include/ble/services/EnvironmentalService.h | 1 + .../FEATURE_BLE/include/ble/services/HealthThermometerService.h | 1 + connectivity/FEATURE_BLE/include/ble/services/HeartRateService.h | 1 + connectivity/FEATURE_BLE/include/ble/services/LinkLossService.h | 1 + 6 files changed, 6 insertions(+) diff --git a/connectivity/FEATURE_BLE/include/ble/services/BatteryService.h b/connectivity/FEATURE_BLE/include/ble/services/BatteryService.h index c580f92f5d..7927bb5e84 100644 --- a/connectivity/FEATURE_BLE/include/ble/services/BatteryService.h +++ b/connectivity/FEATURE_BLE/include/ble/services/BatteryService.h @@ -16,6 +16,7 @@ * limitations under the License. */ +/* MBED_DEPRECATED */ #warning "These services are deprecated and will be removed. Please see services.md for details about replacement services." #ifndef MBED_BLE_BATTERY_SERVICE_H__ diff --git a/connectivity/FEATURE_BLE/include/ble/services/DeviceInformationService.h b/connectivity/FEATURE_BLE/include/ble/services/DeviceInformationService.h index bab1eb287c..fca6084e81 100644 --- a/connectivity/FEATURE_BLE/include/ble/services/DeviceInformationService.h +++ b/connectivity/FEATURE_BLE/include/ble/services/DeviceInformationService.h @@ -16,6 +16,7 @@ * limitations under the License. */ +/* MBED_DEPRECATED */ #warning "These services are deprecated and will be removed. Please see services.md for details about replacement services." #ifndef __BLE_DEVICE_INFORMATION_SERVICE_H__ diff --git a/connectivity/FEATURE_BLE/include/ble/services/EnvironmentalService.h b/connectivity/FEATURE_BLE/include/ble/services/EnvironmentalService.h index 4184760b00..71cf7d6094 100644 --- a/connectivity/FEATURE_BLE/include/ble/services/EnvironmentalService.h +++ b/connectivity/FEATURE_BLE/include/ble/services/EnvironmentalService.h @@ -16,6 +16,7 @@ * limitations under the License. */ +/* MBED_DEPRECATED */ #warning "These services are deprecated and will be removed. Please see services.md for details about replacement services." #ifndef __BLE_ENVIRONMENTAL_SERVICE_H__ diff --git a/connectivity/FEATURE_BLE/include/ble/services/HealthThermometerService.h b/connectivity/FEATURE_BLE/include/ble/services/HealthThermometerService.h index 0fe3352bdf..b5a680e3a4 100644 --- a/connectivity/FEATURE_BLE/include/ble/services/HealthThermometerService.h +++ b/connectivity/FEATURE_BLE/include/ble/services/HealthThermometerService.h @@ -16,6 +16,7 @@ * limitations under the License. */ +/* MBED_DEPRECATED */ #warning "These services are deprecated and will be removed. Please see services.md for details about replacement services." #ifndef __BLE_HEALTH_THERMOMETER_SERVICE_H__ diff --git a/connectivity/FEATURE_BLE/include/ble/services/HeartRateService.h b/connectivity/FEATURE_BLE/include/ble/services/HeartRateService.h index 9f29322fcb..5b87f6eae7 100644 --- a/connectivity/FEATURE_BLE/include/ble/services/HeartRateService.h +++ b/connectivity/FEATURE_BLE/include/ble/services/HeartRateService.h @@ -16,6 +16,7 @@ * limitations under the License. */ +/* MBED_DEPRECATED */ #warning "These services are deprecated and will be removed. Please see services.md for details about replacement services." #ifndef MBED_BLE_HEART_RATE_SERVICE_H__ diff --git a/connectivity/FEATURE_BLE/include/ble/services/LinkLossService.h b/connectivity/FEATURE_BLE/include/ble/services/LinkLossService.h index 24f006a9fe..810834630e 100644 --- a/connectivity/FEATURE_BLE/include/ble/services/LinkLossService.h +++ b/connectivity/FEATURE_BLE/include/ble/services/LinkLossService.h @@ -16,6 +16,7 @@ * limitations under the License. */ +/* MBED_DEPRECATED */ #warning "These services are deprecated and will be removed. Please see services.md for details about replacement services." #ifndef __BLE_LINK_LOSS_SERVICE_H__