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__