<?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>Zephyr set periodic advertising parameters (err -134)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92278/zephyr-set-periodic-advertising-parameters-err--134</link><description>Hello, 
 I tried to run the sample Bluetooth: Periodic Advertising but I found some issue. 
 I&amp;#39;m using SDK v1.9.1. 
 The first issue was related to advertising creation with error (-5) that I fixed with the following topic . 
 Now, I countered an error</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Oct 2022 13:44:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92278/zephyr-set-periodic-advertising-parameters-err--134" /><item><title>RE: Zephyr set periodic advertising parameters (err -134)</title><link>https://devzone.nordicsemi.com/thread/389436?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2022 13:44:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae3706f6-51fc-49e5-85f2-11a0df97948a</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Ok, I looked into this a bit. Can you please try the attached application?&lt;/p&gt;
&lt;p&gt;I tried it in both NCS v2.1.0 and v1.9.1, and in my case it compiled in both versions, and ran without errors on the nRF5340DK:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0844.periodic_5F00_adv.zip"&gt;devzone.nordicsemi.com/.../0844.periodic_5F00_adv.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr set periodic advertising parameters (err -134)</title><link>https://devzone.nordicsemi.com/thread/389162?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2022 10:10:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9b34bba-95b8-4a62-91d3-6277ef02f19d</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Sorry something came up that kept me from looking into this issue. I will test it myself tomorrow, and hopefully give you a clear answer on how to enable it on the nRF5340.&lt;/p&gt;
&lt;p&gt;Again, sorry for the slow reply.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr set periodic advertising parameters (err -134)</title><link>https://devzone.nordicsemi.com/thread/389115?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2022 06:38:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c67da6e3-630a-452e-805e-da083278dbfe</guid><dc:creator>MPDeveloper89</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Nobody can help me to understand my issue or sample issue?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr set periodic advertising parameters (err -134)</title><link>https://devzone.nordicsemi.com/thread/388014?ContentTypeID=1</link><pubDate>Mon, 26 Sep 2022 22:32:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8512e559-8bec-4a16-acd9-07021ffee5c9</guid><dc:creator>MPDeveloper89</dc:creator><description>&lt;p&gt;Hello Edvin,&lt;/p&gt;
&lt;p&gt;Of course, I&amp;#39;ll upload the code.&lt;/p&gt;
&lt;p&gt;Let me say, the changes respect the public sample are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added the child_image directory with file&amp;nbsp;hci_rpmsg.conf that has the following contents:&lt;pre class="ui-code" data-mode="text"&gt;#
# Copyright (c) 2021 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_BT_EXT_ADV=y
CONFIG_BT_CTLR_ADV_EXT=y
CONFIG_BT_CTLR_PHY_CODED=y
&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;Updated the prj.conf&lt;/li&gt;
&lt;li&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_BT=y
CONFIG_BT_PER_ADV=y
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_DEVICE_NAME=&amp;quot;Test Periodic Advertising&amp;quot;

CONFIG_BT_CTLR_PHY_CODED=y
CONFIG_BT_EXT_ADV=y
CONFIG_BT_USER_PHY_UPDATE=y&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;No issue or warning in the building report.&lt;/p&gt;
&lt;p&gt;There&amp;#39;re two missing dependencies:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/issue_5F00_adv_5F00_per.png" /&gt;&lt;/p&gt;
&lt;p&gt;Project available&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/periodic_5F00_adv.rar"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Let me know.&lt;/p&gt;
&lt;p&gt;Thank you in adavance.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr set periodic advertising parameters (err -134)</title><link>https://devzone.nordicsemi.com/thread/387923?ContentTypeID=1</link><pubDate>Mon, 26 Sep 2022 12:50:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f712d04-a5fe-47f7-bbb0-4d6ff63c78e2</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Can you please show me what changes you did to your project? Or perhaps even upload your project, so that I can test whether I see the same error as you do? And when you build your project (pristine build), do you see any warnings, or does it compile without any errors and warnings?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>