cancel
Showing results for 
Search instead for 
Did you mean: 

What data ST BLE MESH app send to hardware in the vendor model after clicking on the toggle switch

Anitha
Associate III

I'm curious to know what data it sending while clicking on the particular button on BLE mesh app.

I mean packet format while sending and receiving (for eg. It have destination address like that)

1 REPLY 1
alok
Senior

You can see and print this info using the function "Vendor_WriteLocalDataCb" in vendor.c

There is also a print statement inside this function. Just enable the printing using declaration TF_VENDOR in mesh_cfg_usr.h