Skip to main content
Anitha
Associate III
May 7, 2019
Question

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

  • May 7, 2019
  • 1 reply
  • 482 views

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)

This topic has been closed for replies.

1 reply

alok
Visitor II
May 9, 2019

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