This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is there documentation for the Node Identity (get, set, status) messages?

I see references to a get (0x8046), set (0x8047), and status (0x8048) messages for Node Identity. Where could I find documentation about these messages? There is no sample code in the Nordic App for these messages.

Parents Reply
  • Hi,

    Those messages are core parts of the Configuration Model, and are handled automatically by the Bluetooth mesh stack. From what I can tell you are not supposed to hook into it. As it is considered internal to the mesh stack implementation it is not documented on our Infocenter. For details on how this works, message formats, etc., please consult the Bluetooth mesh networking specifications, or the nRF5 SDK source code (e.g. config_server.c, config_messages.h, etc.)

    May I ask what the use case is, do you have a particular situation where you need to handle this manually from the application, or are you just looking into the stack in order to understand how Bluetooth mesh works?

    Regards,
    Terje

Children
Related