<?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 to use a public address for advertising (nRF54LM20A)？</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126360/how-to-use-a-public-address-for-advertising-nrf54lm20a</link><description>nRF Connect SDK v3.2.0 
 Write code: 
 
 
 Read code: 
 
 Log: 
 
 
 The address seen on the phone is usually not &amp;quot;06 05 04 03 02 01&amp;quot;, but sometimes it is &amp;quot;06 05 04 03 02 01&amp;quot;, which is very strange.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Jan 2026 02:56:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126360/how-to-use-a-public-address-for-advertising-nrf54lm20a" /><item><title>RE: How to use a public address for advertising (nRF54LM20A)？</title><link>https://devzone.nordicsemi.com/thread/558340?ContentTypeID=1</link><pubDate>Fri, 09 Jan 2026 02:56:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2dfc019-dffc-4c62-ab15-5584956cb28d</guid><dc:creator>Leo Mo</dc:creator><description>&lt;p&gt;Hi &lt;span&gt;Terje&lt;/span&gt;,&lt;/p&gt;
&lt;p&gt;Thank you very much!&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It seems to be caused by CONFIG_BT_PRIVACY=y. Even though I later set it to n, the chip was not erased.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Leo&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use a public address for advertising (nRF54LM20A)？</title><link>https://devzone.nordicsemi.com/thread/558042?ContentTypeID=1</link><pubDate>Tue, 06 Jan 2026 14:02:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59270f11-176d-4de1-a08f-e4d786d6862d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have tested this, using nRF Connect for Android, an nRF54LM20A DK v0.3.4 and nRF Connect SDK v3.2.1, with the peripheral_lbs sample with the following lines added to main.c:&lt;/p&gt;
&lt;p&gt;Among the includes:&lt;/p&gt;
&lt;div style="background-color:rgba(31, 31, 31, 1);color:rgba(204, 204, 204, 1);font-family:Consolas, &amp;#39;Courier New&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:rgba(197, 134, 192, 1);"&gt;#include&lt;/span&gt;&lt;span style="color:rgba(86, 156, 214, 1);"&gt; &lt;/span&gt;&lt;span style="color:rgba(206, 145, 120, 1);"&gt;&amp;lt;zephyr/bluetooth/controller.h&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Right before the call in main() to bt_enable:&lt;/p&gt;
&lt;div style="background-color:rgba(31, 31, 31, 1);color:rgba(204, 204, 204, 1);font-family:Consolas, &amp;#39;Courier New&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:rgba(78, 201, 176, 1);"&gt;uint8_t&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt; &lt;/span&gt;&lt;span style="color:rgba(156, 220, 254, 1);"&gt;addr&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt;[&lt;/span&gt;&lt;span style="color:rgba(181, 206, 168, 1);"&gt;6&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt;] &lt;/span&gt;&lt;span style="color:rgba(212, 212, 212, 1);"&gt;=&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt; {&lt;/span&gt;&lt;span style="color:rgba(181, 206, 168, 1);"&gt;0x06&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt;, &lt;/span&gt;&lt;span style="color:rgba(181, 206, 168, 1);"&gt;0x05&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt;, &lt;/span&gt;&lt;span style="color:rgba(181, 206, 168, 1);"&gt;0x04&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt;, &lt;/span&gt;&lt;span style="color:rgba(181, 206, 168, 1);"&gt;0x03&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt;, &lt;/span&gt;&lt;span style="color:rgba(181, 206, 168, 1);"&gt;0x02&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt;, &lt;/span&gt;&lt;span style="color:rgba(181, 206, 168, 1);"&gt;0x01&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt;};&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:rgba(220, 220, 170, 1);"&gt;bt_ctlr_set_public_addr&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt;(&lt;/span&gt;&lt;span style="color:rgba(156, 220, 254, 1);"&gt;addr&lt;/span&gt;&lt;span style="color:rgba(204, 204, 204, 1);"&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I consistently see the device advertise with the address 01:02:03:04:05:06.&lt;/p&gt;
&lt;p&gt;I know there was issues with bt_ctlr_set_public_addr() in nRF Connect SDK v2.2.0, which was memory related, but that issue was fixed for v2.3.0, and as far as I can tell the nRF54LM20A didn&amp;#39;t even exist back then.&lt;/p&gt;
&lt;p&gt;Regardless:&lt;/p&gt;
&lt;p&gt;What version are you using of the nRF54LM20A and DK?&lt;br /&gt;Are you able to reproduce the issue with the above additions to the otherwise unmodified peripheral LBS sample from nRF Connect SDK v3.2.1?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use a public address for advertising (nRF54LM20A)？</title><link>https://devzone.nordicsemi.com/thread/557893?ContentTypeID=1</link><pubDate>Mon, 05 Jan 2026 09:41:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a7533ee-082a-4433-a233-8021eac45ba0</guid><dc:creator>Leo Mo</dc:creator><description>&lt;p&gt;&lt;span&gt;The same project does not have this problem on the nRF52840.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>