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

How to set manufacturer specific data in NCS?

Hello, I am trying to set the company ID and manufacturer specific data in the NCS SDK using nRF52840 dev board

I have the following array of structure

uint8_t COMPANY_ID[] = { 0x4c0x00};

static const struct bt_data ad[] = {
BT_DATA_BYTES(BT_DATA_FLAGS, (BT_LE_AD_GENERAL | BT_LE_AD_NO_BREDR)),
BT_DATA(BT_DATA_MANUFACTURER_DATA, COMPANY_ID, 2), // This will show me the correct company ID
};

But how can I get the manufacturer data on the wireshark? I have attached a picture which is just for example and it is about one of the devices around me. 

I was successful in setting up the company ID for my device but how to send data with all these options of undecoded, severity level, group ? 

Parents Reply Children
No Data
Related