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
my device is a slave mouse, and I want to know who am connecting to, and the host manufacturer ID from slave side
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
AndrewJiajie said:my device is a slave mouse, and I want to know who am connecting to, and the host manufacturer ID from slave side
It's the advertiser(e.g your mouse) that potentially advertises the manufacture data(it's not mandatory to advertise that). So the mouse/peripheral don't have this data from the central.