<?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>ble_app_multilink_central and ble_app_blinky coded phy</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/88605/ble_app_multilink_central-and-ble_app_blinky-coded-phy</link><description>Hi All! 
 I am using ble_app_multilink_central and ble_app_blinky examples for concurrent connections of 4 devices ( (1)nrf52833 as central and other (4) as peripherals(nrf52833 + nrf52840). 
 Example programs are working fine when I use their default</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 11 Jun 2022 15:30:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/88605/ble_app_multilink_central-and-ble_app_blinky-coded-phy" /><item><title>RE: ble_app_multilink_central and ble_app_blinky coded phy</title><link>https://devzone.nordicsemi.com/thread/371978?ContentTypeID=1</link><pubDate>Sat, 11 Jun 2022 15:30:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2eb40315-b15b-48ef-943d-c5769eb44181</guid><dc:creator>Muhammad Usman</dc:creator><description>&lt;p&gt;Hi @Vidar!&lt;/p&gt;
&lt;p&gt;I tried with ble_app_blinky but the same issue :(, then I tried another combination (&lt;strong&gt;ble_multilink_uart_c_app and ble_app_uart_peri&lt;/strong&gt;) and make changes according to your instructions and it worked for coded phy.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for the help and time&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Muhammad Usman&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_multilink_central and ble_app_blinky coded phy</title><link>https://devzone.nordicsemi.com/thread/371493?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 17:23:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86da2b43-785e-4b88-9442-e62135062a01</guid><dc:creator>Muhammad Usman</dc:creator><description>&lt;p&gt;Hello @Vidar!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you so much for the response! No program doesn&amp;#39;t crash it remained in the scanning state. I believe the issue is in the scan_init() which you point out in the link. Thank you again I will check it and update you soon!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;Muhammad Usman&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_multilink_central and ble_app_blinky coded phy</title><link>https://devzone.nordicsemi.com/thread/371409?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 12:51:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef7371bd-b700-4923-8663-77f49e82a668</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]&lt;p&gt;or&amp;nbsp;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;span&gt;&lt;strong&gt;ble_app_multilink_central&lt;/strong&gt;&amp;nbsp; i set in sdk_config.h&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NRF_BLE_SCAN_SCAN_PHY &lt;strong&gt;4 &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;NRF_BLE_SCAN_BUFFER &lt;strong&gt;255&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;You also need to make sure you are passing the correct scan paramaters to the scan module, please see the &amp;#39;diff&amp;#39; I posted here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/75549/coded-phy-for-blinky-peripheral-and-central"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/75549/coded-phy-for-blinky-peripheral-and-central&lt;/a&gt;&lt;/p&gt;
[quote user=""]&lt;p&gt;&lt;span&gt;For&amp;nbsp;&lt;strong&gt;ble_app_blinky&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;adv_params.primary_phy &amp;amp; Secondary_phy&amp;nbsp; =&amp;nbsp;&lt;strong&gt;BLE_GAP_PHY_CODED&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;adv_params.properties.type =&amp;nbsp;&lt;strong&gt;BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;advdata.flags&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = &lt;strong&gt;BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But it&amp;#39;s not working with that configuration!&amp;nbsp;&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;This configuration looks to be correct. Does the program crash if you try to run it? &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>