<?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>Unable to run the example Bluetooth Periodic Advertising with Response on nRF5340 board using NCS 2.7.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116407/unable-to-run-the-example-bluetooth-periodic-advertising-with-response-on-nrf5340-board-using-ncs-2-7-0</link><description>Hi Team, 
 
 I have nRF5340 DK board and I want to test the Bluetooth Periodic Advertising with Response and Bluetooth Periodic Advertising with Responses Synchronization examples. 
 But I see from the &amp;quot;sample.yml&amp;quot; files that it is only supported for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 24 Nov 2024 21:13:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116407/unable-to-run-the-example-bluetooth-periodic-advertising-with-response-on-nrf5340-board-using-ncs-2-7-0" /><item><title>RE: Unable to run the example Bluetooth Periodic Advertising with Response on nRF5340 board using NCS 2.7.0</title><link>https://devzone.nordicsemi.com/thread/511794?ContentTypeID=1</link><pubDate>Sun, 24 Nov 2024 21:13:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78fd987b-7dc8-47a0-9b66-08df577bef2c</guid><dc:creator>Jagadeep Ram</dc:creator><description>&lt;p&gt;The fix suggested in the patch helped. Now I can get both the examples working on nRF5340 DK board using NCS 2.7.0 version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to run the example Bluetooth Periodic Advertising with Response on nRF5340 board using NCS 2.7.0</title><link>https://devzone.nordicsemi.com/thread/511752?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 22:44:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81c99293-65ca-4b01-bd69-f5b615579b0e</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Check out &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/115342/pawr-samples-not-working-on-ncs-2-7-0/505427"&gt;this post&lt;/a&gt;. If it cannot help, please create a new support case. I will be out of the office for one week and will not reply to the case.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to run the example Bluetooth Periodic Advertising with Response on nRF5340 board using NCS 2.7.0</title><link>https://devzone.nordicsemi.com/thread/511751?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 22:09:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9053e88c-39be-48c4-8d8a-97b7982d71f1</guid><dc:creator>Jagadeep Ram</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;I tried having the following configuration in ipc_radio.conf file.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_EXT_ADV&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PER_ADV&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PER_ADV_RSP&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;&lt;span&gt;I have received the following error:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;PAST subscribe failed (err -134)\n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Then I have replaced the following configurations:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_EXT_ADV&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PER_ADV&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PER_ADV_SYNC_TRANSFER_RECEIVER&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PER_ADV_RSP&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PER_ADV_SYNC_RSP&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_PER_ADV_SYNC&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1732313274645v1.png" alt=" " /&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Now I pass the PAST subscribe error but failed at advertisements:&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;Advertising failed to start (err -13)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Could you please help me?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to run the example Bluetooth Periodic Advertising with Response on nRF5340 board using NCS 2.7.0</title><link>https://devzone.nordicsemi.com/thread/510950?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2024 17:48:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1110b86-450e-454d-b936-eff84f3a325b</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please try to duplicate&amp;nbsp;&lt;span&gt;sysbuild.conf and&amp;nbsp;sysbuild/ipc_radio.conf&amp;nbsp;to&amp;nbsp;periodic_sync_rsp sample.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to run the example Bluetooth Periodic Advertising with Response on nRF5340 board using NCS 2.7.0</title><link>https://devzone.nordicsemi.com/thread/510781?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2024 23:47:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2a047af-8bf4-42e4-9641-2e73a9c717ce</guid><dc:creator>Jagadeep Ram</dc:creator><description>&lt;p&gt;Thank you. It worked for periodic_adv_rsp example.&lt;br /&gt;&lt;br /&gt;Could you also please make similar changes for&amp;nbsp;&lt;span&gt;periodic_sync_rsp and provide me a ZIP file?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to run the example Bluetooth Periodic Advertising with Response on nRF5340 board using NCS 2.7.0</title><link>https://devzone.nordicsemi.com/thread/510577?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 22:16:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1df357e3-82af-41c6-a015-666e2e888e22</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Check out &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/115694/missing-support-of-pawr-on-nrf6340-audio-dk/507215"&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>