<?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>How to implement 1650byte periodic advertise?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/107685/how-to-implement-1650byte-periodic-advertise</link><description>Hi. I wanna test 1650 byte periodic advertise. I have reffered the following QAs. https://devzone.nordicsemi.com/f/nordic-q-a/88164/advertising-1650-bytes-of-host-advertising-data-in-an-auxiliary-segment-using-advertising-extensions https://devzone.nordicsemi</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Jan 2024 12:53:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/107685/how-to-implement-1650byte-periodic-advertise" /><item><title>RE: How to implement 1650byte periodic advertise?</title><link>https://devzone.nordicsemi.com/thread/465998?ContentTypeID=1</link><pubDate>Thu, 25 Jan 2024 12:53:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69d82388-9b1f-4410-8790-dcdc82d08742</guid><dc:creator>Ryo1673</dc:creator><description>&lt;p&gt;Hi.&lt;br /&gt;&lt;br /&gt;Thank you for your answer.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m sorry, but I missed the zip file based on HR sample in the link you showed.&lt;br /&gt;I found AUX_CHAIN_INT packets in the sample.&lt;br /&gt;&lt;br /&gt;Additionaly, I found the chain advertises also in my sample based on &amp;quot;periodic_adv&amp;quot;. However, some changes is needed.&lt;br /&gt;&lt;br /&gt;1. prepare &amp;quot;ad[]&amp;quot; of 800bytes as shown in the link.&lt;br /&gt;2. comment out all &amp;quot;bt_le_per_***&amp;quot; functions.&lt;br /&gt;3.&amp;nbsp;bt_le_ext_adv_start() is put before while loop(, that is maybe before bt_le_ext_adv_start() ).&lt;br /&gt;4. add &amp;quot;CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=1650&amp;quot; to prj.conf file.&lt;br /&gt;5. add to &amp;quot;BT_LE_ADV_OPT_USE_IDENTITY&amp;quot; to the first parameter of &amp;quot;bt_le_ext_adv_create()&amp;quot;.&lt;br /&gt;&lt;br /&gt;Anyway, my issue is resolved.&lt;br /&gt;I appreciate your help.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement 1650byte periodic advertise?</title><link>https://devzone.nordicsemi.com/thread/465858?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 15:43:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b129ba63-6359-4ab8-9958-a373303863d0</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Please make sure declare the bt_data ad the same way as &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/88164/advertising-1650-bytes-of-host-advertising-data-in-an-auxiliary-segment-using-advertising-extensions/370439"&gt;this post&lt;/a&gt;. Most likely that&amp;#39;s why you only see 1 byte , wrong parse/format.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;1. My colleague also upload the sample for&amp;nbsp;SDK v2.5.x.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;2.&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;nRF Sniffer&lt;/a&gt; can also sniff it.&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: How to implement 1650byte periodic advertise?</title><link>https://devzone.nordicsemi.com/thread/465705?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 06:11:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69b462b0-0f64-4cff-8525-95b860d81a40</guid><dc:creator>Ryo1673</dc:creator><description>&lt;p&gt;Hi.&lt;br /&gt;&lt;br /&gt;As I showed it in the first code block, I made &amp;quot;bt_data ad[]&amp;quot; of 800byte and used it as same as the link you showed.&lt;br /&gt;&lt;br /&gt;The result is that AUX_SYNC_IND packet of 1byte is found. I&amp;#39;ve never found AUX_CHAIN_IND for now.&lt;br /&gt;&lt;br /&gt;Then, I have two additional questions.&lt;br /&gt;&lt;br /&gt;1. SDK have not been changed about chain advertising, right? In SDK 2.5.1,&amp;nbsp; is the link you showed availabe?&lt;br /&gt;&lt;br /&gt;2. In the link you showed, what is the receiver? Sniffer or any nordic devices? I used a protocol analyzer to monitor it.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement 1650byte periodic advertise?</title><link>https://devzone.nordicsemi.com/thread/465664?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 16:44:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7e9ed4a-3966-4db1-ac7f-442183d866e1</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you run and test the&amp;nbsp;&lt;span&gt;example here:&amp;nbsp;&lt;/span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/88164/advertising-1650-bytes-of-host-advertising-data-in-an-auxiliary-segment-using-advertising-extensions/370439"&gt;RE: Advertising 1650 bytes of Host advertising data in an Auxiliary segment using Advertising Extensions&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Do you get the same result?&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>