Hi
I am trying to get the manufacturer data by ble_advdata_parse() as instructed in this case and this case, but it's not found in my SDK14.2, so how can I get the manufacture data with similar function?
Kindly need your support!
BR
Andrew
Hi,
ble_advdata_parse was added in nRF5-SDK v15. So you need to either upgrade your SDK version, or backport the ble_advdata_parse() function from a newer SDK version to your current SDK version.
I searched the SDK14.2 project, I can find the "manufacture" info in components/ant/ files, but we are only using BLE, ant files not compiled into the project.
there's also a flag that defined #define BLE_GAP_AD_TYPE_MANUFACTURER_SPECIFIC_DATA 0xFF , but never used in other files. can you help to show how to get the manufacture info in slave side?
thanks
I searched the SDK14.2 project, I can find the "manufacture" info in components/ant/ files, but we are only using BLE, ant files not compiled into the project.
there's also a flag that defined #define BLE_GAP_AD_TYPE_MANUFACTURER_SPECIFIC_DATA 0xFF , but never used in other files. can you help to show how to get the manufacture info in slave side?
thanks