How to get peripheral name from scan response packet?
Hello.
作为一个中央我扫描BLE peripherals.
I am trying to get the BLE Device name of my advertising peripheral ( it has one and I can see it using iOS apps like nRF Connect ).
I am getting the scan response of my peripheral in my ".app_on_adv_report_ind" callback event handler.
I can successfully connect to my peripheral from this callback by matching the advertising UUID to my known peripheral's via the callback "gapm_adv_report_ind" data