Skip to content

Commit

Permalink
message-protocol: Fix service id to subscribe event
Browse files Browse the repository at this point in the history
Update subscribing notification service id from
0x00 to 0x01.

Signed-off-by: Joshua Yeong <[email protected]>
  • Loading branch information
Joshua Yeong committed Sep 5, 2024
1 parent 5b87a9e commit 3b4d237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message-protocol.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<<img-notification-format>> 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
Expand Down

0 comments on commit 3b4d237

Please sign in to comment.