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 ?