This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

scan and parse manufacturer specific data (zephyr)

Hi. 

Hope someone could help me on how to scan and parse the Manufacturer Specific Data that comes after the Company ID. I am using zephyr with nRF52840.

Thanks!

Parents
  • Hi

    What do you see on the central side when the bt_data_parse() when using the "ad" parameter that is supposed to parse the advertising data as given to the bt_le_scan_cb_t callback? Do you print this data so you should be able to see the advertising data on a terminal for example? And are you certain that the advertising device is transmitting its manufacturer specific data? As far as I know, the bt_data_parse function should be the way to help you see additional advertiisng data.

    Best regards,

    Simon

Reply
  • Hi

    What do you see on the central side when the bt_data_parse() when using the "ad" parameter that is supposed to parse the advertising data as given to the bt_le_scan_cb_t callback? Do you print this data so you should be able to see the advertising data on a terminal for example? And are you certain that the advertising device is transmitting its manufacturer specific data? As far as I know, the bt_data_parse function should be the way to help you see additional advertiisng data.

    Best regards,

    Simon

Children
Related