<?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>How can I disable BT_SETTINGS?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/107496/how-can-i-disable-bt_settings</link><description>Hello, 
 The firmware I&amp;#39;m building does not need to remember any devices it connects to and there is no pairing involved, so I&amp;#39;d like to reclaim the 8kB of flash used to store settings in. However, when I try to add `CONFIG_BT_SETTINGS=n` to prj.conf</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Jan 2024 19:19:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/107496/how-can-i-disable-bt_settings" /><item><title>RE: How can I disable BT_SETTINGS?</title><link>https://devzone.nordicsemi.com/thread/464914?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 19:19:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed20690b-8371-4661-a2fd-da6d7881d526</guid><dc:creator>underpickled</dc:creator><description>&lt;p&gt;Ok, I figured out that I needed to explicitly set&lt;/p&gt;
&lt;p&gt;CONFIG_BT_LBS=n&lt;br /&gt;CONFIG_BT_LBS_SECURITY_ENABLED=n&lt;/p&gt;
&lt;p&gt;to allow&lt;/p&gt;
&lt;p&gt;CONFIG_SETTINGS=n&lt;br /&gt;CONFIG_BT_SETTINGS=n&lt;/p&gt;
&lt;p&gt;to be handled properly and drop the settings partition.&lt;/p&gt;
&lt;p&gt;That technically handles my issue, but I would like to understand why LBS and LBS security were enabled by default somewhere else, and what else might be enabled behind the scenes that could be stripped out?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I disable BT_SETTINGS?</title><link>https://devzone.nordicsemi.com/thread/464908?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 18:36:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80229505-4ab4-4937-b4d1-96d20b21d0da</guid><dc:creator>underpickled</dc:creator><description>&lt;p&gt;Does the settings partition still show up in the partition map? It still shows up in my build.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I disable BT_SETTINGS?</title><link>https://devzone.nordicsemi.com/thread/464863?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 15:02:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18060f54-ba3b-479f-bea9-2246a72105c5</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I just applied your prj.conf to a sample (peripheral_hr) along with few other configs (that are shown on the top like BT_BAS and BT_HRS),&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can see that BT_Setting is getting n&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1705590165873v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>