<?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>Scanning on Coded PHY and 1M PHY with softdevice Controller</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114622/scanning-on-coded-phy-and-1m-phy-with-softdevice-controller</link><description>Hi, 
 I created an application, that scans on Coded PHY and 1M PHY simultaneously. The problem is, it only works with the Zephyr opensource LL, but not with the Nordic Softdevice LL. 
 With the Softdevice LL, I dont get any error and it seems like its</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Feb 2025 16:49:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114622/scanning-on-coded-phy-and-1m-phy-with-softdevice-controller" /><item><title>RE: Scanning on Coded PHY and 1M PHY with softdevice Controller</title><link>https://devzone.nordicsemi.com/thread/522705?ContentTypeID=1</link><pubDate>Wed, 12 Feb 2025 16:49:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55645da0-29aa-4704-a1f9-c348f7179a10</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;You can check the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/release_notes.html"&gt;release notes for versions between 1.9.1 and 2.6.2&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanning on Coded PHY and 1M PHY with softdevice Controller</title><link>https://devzone.nordicsemi.com/thread/522701?ContentTypeID=1</link><pubDate>Wed, 12 Feb 2025 16:29:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d589042-d4a1-4912-8005-238fba7f5574</guid><dc:creator>stathisv</dc:creator><description>&lt;p&gt;I had the same issue when using nRF Connect SDK v1.9.1, ie even by setting the scanning window to less than 50% of the scanning interval it was only scanning 1M PHY devices. However, after I upgraded to v2.6.2 of the SDK it seems to be working as expected. Is it known to be fixed in some version in between?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanning on Coded PHY and 1M PHY with softdevice Controller</title><link>https://devzone.nordicsemi.com/thread/502460?ContentTypeID=1</link><pubDate>Fri, 13 Sep 2024 10:17:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:acd2f86f-507c-47fb-89e5-4c4bac8852eb</guid><dc:creator>jonas.woerner</dc:creator><description>&lt;p&gt;I am using a nRF52840DK. Thanks a lot for testing this, Its Interesting that it works like that. I will try to reproduce your findings and then search for whats propably a bug in my own code then. Will report if I get it solved :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanning on Coded PHY and 1M PHY with softdevice Controller</title><link>https://devzone.nordicsemi.com/thread/502352?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2024 14:59:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c699a61-6fa2-46e8-9e66-4b71d226c925</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you using nRF52840DK? If not, could you test on nRF52840DK?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;I think there might be a bug in your code - something that is very easy to miss. &lt;code&gt;BT_CONN_LE_OPT_CODED&lt;/code&gt; &amp;nbsp;is not the same as &lt;code&gt;BT_LE_SCAN_OPT_CODED&lt;/code&gt;. The first is for connection establishment, the second one is for scanning.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;I tried using the samples peripheral_hr_coded and central_hr_coded in NCS 2.6.1 where I changed the scan parameters and the connection establishment parameters to what the customer wanted (see attached patch&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/1057.sample_5F00_diff.patch"&gt;devzone.nordicsemi.com/.../1057.sample_5F00_diff.patch&lt;/a&gt;). That works as expected.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;If the above doesn&amp;#39;t help, please provide the project to investigate the issue.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanning on Coded PHY and 1M PHY with softdevice Controller</title><link>https://devzone.nordicsemi.com/thread/502343?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2024 14:25:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0be89eb3-84b7-4f20-9176-2cab5cad8393</guid><dc:creator>jonas.woerner</dc:creator><description>&lt;p&gt;yes, I know. But I want to use the softdevice controller... and Im using the correct parameters and its not working? Or what am I missing?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanning on Coded PHY and 1M PHY with softdevice Controller</title><link>https://devzone.nordicsemi.com/thread/502339?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2024 14:17:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfd93869-4d0d-4b68-8601-7efeffd264bf</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Yes, for the softdevice controller.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;ZLL supports all combinations of varying interval and window simultaneously on both phy, and also simultaneous continuous scanning on both phy. Scanning wraps around other active roles, only when in continuous scanning, I.e. interval equals window. Mix of continuous on one phy and windowed on other phy too is supported, where continuous scanning wraps around windowed scanning.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanning on Coded PHY and 1M PHY with softdevice Controller</title><link>https://devzone.nordicsemi.com/thread/502157?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2024 14:03:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15a21ba3-78a4-4c26-bc1d-ec69884721d9</guid><dc:creator>jonas.woerner</dc:creator><description>&lt;p&gt;But the criteria that Hung bui mentioned are obeyed here? Window is less then half of the Interval...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanning on Coded PHY and 1M PHY with softdevice Controller</title><link>https://devzone.nordicsemi.com/thread/501984?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2024 17:08:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89eab228-7a03-4640-9958-364487cec4ec</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Check out my colleague&amp;#39;s answer in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/106691/scanning-on-coded-phy-and-1m-simultaneously/460749"&gt;this post&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>