Hello.
As a central I am scanning for 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
I'd like to know how I can get the peripherals name, however. This would be the 0x09 scan response ( GAP_AD_TYPE_COMPLETE_NAME ).
Any suggeststions?
my user_config.h is attached.
Many Thanks
Oskar