<?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>NRF54l15 - MAC address changes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122470/nrf54l15---mac-address-changes</link><description>Hello team, 
 We are using nrf54l15 platform using NCS 3.02 SDK. 
 When advertising the MAC address changes in two following conditions 
 1. After every reset 
 2. After connect - disconnect. 
 Kindly guide us on this.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Jun 2025 21:00:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122470/nrf54l15---mac-address-changes" /><item><title>RE: NRF54l15 - MAC address changes</title><link>https://devzone.nordicsemi.com/thread/540398?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 21:00:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f042dcd-cd7c-49ea-9582-43a3fa344fbf</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Ok, so it is not one of our samples that I can easily run to test?&lt;/p&gt;
&lt;p&gt;I guess you could try removing CONFIG_BT_PRIVACY=y&lt;/p&gt;
&lt;p&gt;From NCS\zephyr\subsys\bluetooth\host\Kconfig:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;config BT_PRIVACY
	bool &amp;quot;Device privacy&amp;quot;
	help
	  Enable privacy for the local device. This makes the device use Resolvable
	  Private Addresses (RPAs) by default.

	  Note:
	  Establishing connections as a directed advertiser, or to a directed
	  advertiser is only possible if the controller also supports privacy.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;So setting that to &amp;quot;n&amp;quot; instead of &amp;quot;y&amp;quot;, or remove it from your prj.conf should make it use it&amp;#39;s default address all the time, if that is what you want to have.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF54l15 - MAC address changes</title><link>https://devzone.nordicsemi.com/thread/540313?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 11:45:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14e74514-5818-4c91-a2b1-207867096f11</guid><dc:creator>Stark_135</dc:creator><description>&lt;div&gt;&lt;span&gt;These are the config in prj.conf&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LOG&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_SMP&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_SIGNING&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PERIPHERAL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_DIS&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_ATT_PREPARE_COUNT&lt;/span&gt;&lt;span&gt;=5&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PRIVACY&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_DEVICE_NAME&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;BLE_TEST&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_DEVICE_APPEARANCE&lt;/span&gt;&lt;span&gt;=833&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_DEVICE_NAME_DYNAMIC&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_DEVICE_NAME_MAX&lt;/span&gt;&lt;span&gt;=65&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_KEYS_OVERWRITE_OLDEST&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_SETTINGS&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;Observed in ble peripheral example&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF54l15 - MAC address changes</title><link>https://devzone.nordicsemi.com/thread/540312?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 11:43:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebef9032-e9b7-4ed4-b9b0-b883168ef93d</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;What sample are you testing that reproduces this behavior?&lt;/p&gt;
&lt;p&gt;And note that the change of BLE address just means that you are using a random static address, that will change in scenarios that you describe. However, I seem to remember that they typically use the same address on every reset, but I may be wrong.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What sample are you testing on, and I can try to reproduce what you are seeing, and see if this sample uses any special setting that canges the address.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF54l15 - MAC address changes</title><link>https://devzone.nordicsemi.com/thread/540311?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 11:41:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:647cf7c8-ddc7-46d3-8bbd-8f6cbfa271c3</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Check CONFIG_BT_PRIVACY setting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>