hello,
i added scan_rsp_data to add a name on my beacon, but now i cant see manufacturer data on the ble_gap_evt_adv_report_t structure but i can see that perfectly on my phone with nrfconnect app.
thanks!
hello,
i added scan_rsp_data to add a name on my beacon, but now i cant see manufacturer data on the ble_gap_evt_adv_report_t structure but i can see that perfectly on my phone with nrfconnect app.
thanks!
I'm found it with the debugger it is just in p_adv_report after the name in the memory!
Note that if the name is in the scan response packet, the name will only be in reports that have ble_gap_evt_adv_report_t::type, ble_gap_adv_report_type_t::scan_response set to 1.
is it posible to enable the device name with phy_coded and send manufacturer data?Prayam said:is it posible to enable the device name with phy_coded and send manufacturer data?
Yes. But if you want to do advertising on coded PHY, you need to use Bluetooth 5 extended advertising. If you are looking for an example that does extended advertising, take a look at e.g. the ble_app_rscs example.