File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
features/FEATURE_BLE/ble/services Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,15 @@ extern const uint8_t UARTServiceTXCharacteristicUUID[UUID::LENGTH_OF_LONG_UUID]
41
41
extern const uint8_t UARTServiceRXCharacteristicUUID[UUID::LENGTH_OF_LONG_UUID];
42
42
43
43
/* *
44
- * @class UARTService.
45
- * @brief BLE Service to enable UART over BLE.
46
- */
44
+ * @class UARTService.
45
+ * @brief BLE Service to enable UART over BLE.
46
+ *
47
+ * @deprecated This service is deprecated, and no replacement is currently available.
48
+ */
49
+ MBED_DEPRECATED_SINCE (
50
+ " mbed-os-5.13" ,
51
+ " This service is deprecated, and no replacement is currently available."
52
+ )
47
53
class UARTService {
48
54
public:
49
55
/* * Maximum length of data (in bytes) that the UART service module can transmit to the peer. */
You can’t perform that action at this time.
0 commit comments