<?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>Two BLE nrf5340 devices with two different names appearing as one in nrf Connect iOS app w/name rotating</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124780/two-ble-nrf5340-devices-with-two-different-names-appearing-as-one-in-nrf-connect-ios-app-w-name-rotating</link><description>I have a custom board with a nrf5340. I flashed two of them with two different names and opened up the nrf Connect app on iOS. I was expecting to see them side by side but I see what looks like a single device with the name switching back and forth.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Oct 2025 10:38:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124780/two-ble-nrf5340-devices-with-two-different-names-appearing-as-one-in-nrf-connect-ios-app-w-name-rotating" /><item><title>RE: Two BLE nrf5340 devices with two different names appearing as one in nrf Connect iOS app w/name rotating</title><link>https://devzone.nordicsemi.com/thread/550677?ContentTypeID=1</link><pubDate>Mon, 06 Oct 2025 10:38:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8922fb6d-ca26-47c4-9bc8-ee1633c6f621</guid><dc:creator>lcj</dc:creator><description>&lt;p&gt;It was my mistake. I took this code from one of the DevAcademy lessons I think:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;    bt_addr_le_t addr;
    err = bt_addr_le_from_str(&amp;quot;FF:EE:DD:CC:BB:AA&amp;quot;, &amp;quot;random&amp;quot;, &amp;amp;addr);
	if (err) {
		LOG_ERR(&amp;quot;Invalid BT address (err %d)&amp;quot;, err);
        return err;
	} else {
        LOG_DBG(&amp;quot;BT address set&amp;quot;);
    }


    err = bt_id_create(&amp;amp;addr, NULL);
	if (err &amp;lt; 0) {
		LOG_ERR(&amp;quot;Creating new ID failed (err %d)&amp;quot;, err);
        return err;
	} else {
        LOG_DBG(&amp;quot;New ID created with index %d&amp;quot;, err);
    }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I just commented it out and was fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Two BLE nrf5340 devices with two different names appearing as one in nrf Connect iOS app w/name rotating</title><link>https://devzone.nordicsemi.com/thread/550653?ContentTypeID=1</link><pubDate>Mon, 06 Oct 2025 07:47:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0703acd2-6afc-412c-ba2e-e31c7de851ce</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you somehow ended up with both boards advertising using the same address?&lt;/p&gt;
&lt;p&gt;A &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;sniffer trace&lt;/a&gt; would reveal all details about what is happening over-the-air.&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></channel></rss>