summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dlt/dlt_protocol.h')
-rw-r--r--include/dlt/dlt_protocol.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/include/dlt/dlt_protocol.h b/include/dlt/dlt_protocol.h
index 083a0f5..1e57962 100644
--- a/include/dlt/dlt_protocol.h
+++ b/include/dlt/dlt_protocol.h
@@ -208,12 +208,14 @@ enum dlt_user_services {
DLT_SERVICE_ID_TIMEZONE = 0xF03,
DLT_SERVICE_ID_MARKER = 0xF04,
DLT_SERVICE_ID_OFFLINE_LOGSTORAGE = 0xF05,
- DLT_SERVICE_ID_SET_FILTER_LEVEL = 0xF06,
- DLT_SERVICE_ID_GET_FILTER_STATUS = 0xF07,
- DLT_SERVICE_ID_PASSIVE_NODE_CONNECT = 0xF08,
- DLT_SERVICE_ID_PASSIVE_NODE_CONNECTION_STATUS = 0xF09,
- DLT_SERVICE_ID_SET_ALL_LOG_LEVEL = 0xF0A,
- DLT_SERVICE_ID_SET_ALL_TRACE_STATUS = 0xF0B,
+ DLT_SERVICE_ID_PASSIVE_NODE_CONNECT = 0xF06,
+ DLT_SERVICE_ID_PASSIVE_NODE_CONNECTION_STATUS = 0xF07,
+ DLT_SERVICE_ID_SET_ALL_LOG_LEVEL = 0xF08,
+ DLT_SERVICE_ID_SET_ALL_TRACE_STATUS = 0xF09,
+ DLT_SERVICE_ID_RESERVED_B = 0xF0B,
+ DLT_SERVICE_ID_RESERVED_C = 0xF0C,
+ DLT_SERVICE_ID_RESERVED_D = 0xF0D,
+ DLT_SERVICE_ID_RESERVED_E = 0xF0E,
DLT_USER_SERVICE_ID_LAST_ENTRY
};