Is there an easy way to get the manufacturing data from an advertisement packet in the 17.1.0 SDK?
I also struggled with extracting the rssi value and ended up using:
p_ble_evt->evt.gap_evt.params.adv_report.rssi;
Is there an easy way to get the manufacturing data from an advertisement packet in the 17.1.0 SDK?
I also struggled with extracting the rssi value and ended up using:
p_ble_evt->evt.gap_evt.params.adv_report.rssi;
Hi William,
You could take a look at this ticket which has a sample code provided. There is also a similar case which might help. For further information you could also refer to our BLE tutorial.
Moreover, the Advertising and scan response data encoder could give further leads.
Kind Regards,
Priyanka
Hi William,
You could take a look at this ticket which has a sample code provided. There is also a similar case which might help. For further information you could also refer to our BLE tutorial.
Moreover, the Advertising and scan response data encoder could give further leads.
Kind Regards,
Priyanka