This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

When change advdata.name_type in app_beacon example application go into Error.

I have changed name_type in ble_app_beacon example to have the name displayed and application get stuck into Error.

// Build and set advertising data.
memset(&advdata, 0, sizeof(advdata));

advdata.name_type = BLE_ADVDATA_NO_NAME; // -> changed to full name.
advdata.flags = flags;
advdata.p_manuf_specific_data = &manuf_specific_data;

Does anyone know what could be the issue ?

Related