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
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 ?