Skip to content

Commit d594aa2

Browse files
add MBED_DEPRECATED comment for maintainers to find it
1 parent cc478b3 commit d594aa2

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

connectivity/FEATURE_BLE/include/ble/services/BatteryService.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* MBED_DEPRECATED */
1920
#warning "These services are deprecated and will be removed. Please see services.md for details about replacement services."
2021

2122
#ifndef MBED_BLE_BATTERY_SERVICE_H__

connectivity/FEATURE_BLE/include/ble/services/DeviceInformationService.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* MBED_DEPRECATED */
1920
#warning "These services are deprecated and will be removed. Please see services.md for details about replacement services."
2021

2122
#ifndef __BLE_DEVICE_INFORMATION_SERVICE_H__

connectivity/FEATURE_BLE/include/ble/services/EnvironmentalService.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* MBED_DEPRECATED */
1920
#warning "These services are deprecated and will be removed. Please see services.md for details about replacement services."
2021

2122
#ifndef __BLE_ENVIRONMENTAL_SERVICE_H__

connectivity/FEATURE_BLE/include/ble/services/HealthThermometerService.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* MBED_DEPRECATED */
1920
#warning "These services are deprecated and will be removed. Please see services.md for details about replacement services."
2021

2122
#ifndef __BLE_HEALTH_THERMOMETER_SERVICE_H__

connectivity/FEATURE_BLE/include/ble/services/HeartRateService.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* MBED_DEPRECATED */
1920
#warning "These services are deprecated and will be removed. Please see services.md for details about replacement services."
2021

2122
#ifndef MBED_BLE_HEART_RATE_SERVICE_H__

connectivity/FEATURE_BLE/include/ble/services/LinkLossService.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* MBED_DEPRECATED */
1920
#warning "These services are deprecated and will be removed. Please see services.md for details about replacement services."
2021

2122
#ifndef __BLE_LINK_LOSS_SERVICE_H__

0 commit comments

Comments
 (0)