<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Some function in the BLE Mesh 0.9 alpha only has declaration but no actual implementation?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24325/some-function-in-the-ble-mesh-0-9-alpha-only-has-declaration-but-no-actual-implementation</link><description>Hello, I downloaded the ble_mesh_v0.9.1-Alpha source code from nordic website, and tried to port it to my pca10056 devboard. 
 When doing so, I noticed that some function, e.g. &amp;quot;access_flash_config_load&amp;quot; only has a declaration in a .h file, but the actual</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Aug 2017 11:36:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24325/some-function-in-the-ble-mesh-0-9-alpha-only-has-declaration-but-no-actual-implementation" /><item><title>RE: Some function in the BLE Mesh 0.9 alpha only has declaration but no actual implementation?</title><link>https://devzone.nordicsemi.com/thread/95774?ContentTypeID=1</link><pubDate>Mon, 14 Aug 2017 11:36:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b932d569-4707-4c19-b399-0948e573f446</guid><dc:creator>Mitch996</dc:creator><description>&lt;p&gt;My apologies! I configured my indexing software wrong and it shows only .h and .hpp results, it&amp;#39;s now fixed!&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some function in the BLE Mesh 0.9 alpha only has declaration but no actual implementation?</title><link>https://devzone.nordicsemi.com/thread/95773?ContentTypeID=1</link><pubDate>Mon, 14 Aug 2017 11:27:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:776b5cdc-8c8c-4769-8e07-1bda6f0dade2</guid><dc:creator>Thomas Stenersen</dc:creator><description>&lt;p&gt;Hi Mitch996,&lt;/p&gt;
&lt;p&gt;Using &lt;a href="https://www.gnu.org/software/global/"&gt;GTAGS + GNU Global&lt;/a&gt; we&amp;#39;ll find that &lt;code&gt;access_flash_config_load&lt;/code&gt; is defined two places:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ global -v --result=grep --color=always access_flash_config_load
mesh/src/access/access.c:769:bool access_flash_config_load(void)
mesh/src/access/access.c:857:bool access_flash_config_load(void)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The first one is when compiling with &lt;code&gt;#define PERSISTENT_STORAGE 1&lt;/code&gt; and the second one if &lt;code&gt;#define PERSISTENT_STORAGE 0&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Best,&lt;br /&gt;
Thomas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>