<?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>Issues with sdk_config.h in SDK17 - Unable to enable BLE_DB_DISCOVERY despite making changes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66152/issues-with-sdk_config-h-in-sdk17---unable-to-enable-ble_db_discovery-despite-making-changes</link><description>I am trying to embed CTS in my code. I have included #include &amp;quot;ble_cts_c.h&amp;quot; Then I made changes to sdk_config.h I have this enabled in sdk_config.h: 
 
 Yet I am unable to see the colour change in ble_db_discovery.c Upon building the project it throws</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Sep 2020 07:22:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66152/issues-with-sdk_config-h-in-sdk17---unable-to-enable-ble_db_discovery-despite-making-changes" /><item><title>RE: Issues with sdk_config.h in SDK17 - Unable to enable BLE_DB_DISCOVERY despite making changes</title><link>https://devzone.nordicsemi.com/thread/270465?ContentTypeID=1</link><pubDate>Mon, 21 Sep 2020 07:22:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4daf268-5e96-4524-a057-a2fe0d3c999e</guid><dc:creator>Raja Sumant</dc:creator><description>&lt;p&gt;Solved the issue by adding:&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1600672921455v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issues with sdk_config.h in SDK17 - Unable to enable BLE_DB_DISCOVERY despite making changes</title><link>https://devzone.nordicsemi.com/thread/270460?ContentTypeID=1</link><pubDate>Mon, 21 Sep 2020 07:13:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa5cb6b3-9ce3-4295-957e-3e33c1a5f64d</guid><dc:creator>Raja Sumant</dc:creator><description>&lt;p&gt;Update:&lt;br /&gt;&lt;br /&gt;I added&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;q&amp;gt; BLE_DB_DISCOVERY_ENABLED  - ble_db_discovery - Database discovery module
 

#ifndef BLE_DB_DISCOVERY_ENABLED
#define BLE_DB_DISCOVERY_ENABLED 1
#endif
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;This kind of enabled the code.&lt;br /&gt;&lt;br /&gt;Yet I get this error:&lt;br /&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1600672372421v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>