From 3b4d237d55ed0c7fd3d673340a814b09d7f698c3 Mon Sep 17 00:00:00 2001 From: Joshua Yeong Date: Fri, 6 Sep 2024 02:24:11 +0800 Subject: [PATCH] message-protocol: Fix service id to subscribe event Update subscribing notification service id from 0x00 to 0x01. Signed-off-by: Joshua Yeong --- src/message-protocol.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/message-protocol.adoc b/src/message-protocol.adoc index 2d6a8ce..6e246b7 100644 --- a/src/message-protocol.adoc +++ b/src/message-protocol.adoc @@ -209,7 +209,7 @@ events may also have additional data associated with them. Any action required on behalf of an event depends on the application processor. <> shows the notification message format. -Each service group has one service with a fixed `SERVICE_ID=0x00` to subscribe +Each service group has one service with a fixed `SERVICE_ID=0x01` to subscribe to events. By default the event notification is disabled for each service group and the application processor must subscribe to the supported events in each service group to receive notification messages. Notification messages are