To add custom property ID in BLE mesh sensor observer example

I want to send a custom message using a custom Property ID in  Mesh Sensor observer example. How do I add a custom Property ID? Currently, I am using #define CUSTOM_ID 0x1234. The message is sent from the server side but does not trigger the callback on the client side. What changes need to be made?

  • Hi,

    There are no custom Property IDs. Available IDs are listed in the Device Properties document from Bluetooth SIG, and non-assigned values are reserved for future use.

    Regards,
    Terje

  • Hello!

    I have exactly the same problem currently, does that means that I can only use those listed property ids in the document to send and get sensor data by mesh sensor observer, otherwise the data callback function will not be triggered?

  • Hi,

    That is correct. Property IDs are assigned by Bluetooth SIG, and there are no vendor Property IDs or similar.

    Regards,
    Terje