<?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>Extended Advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115970/extended-advertising</link><description>I am thinking of using nRF52832 as both transmitter and receiver, and creating a firmware where the transmitter adds the acquired data to the Manufacturer Specific Data of the advertisement, and the receiver side extracts the desired data from the advertisement</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 31 Oct 2024 13:45:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115970/extended-advertising" /><item><title>RE: Extended Advertising</title><link>https://devzone.nordicsemi.com/thread/508672?ContentTypeID=1</link><pubDate>Thu, 31 Oct 2024 13:45:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08eb8180-f750-41c5-960a-5350bdbc2641</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Hello,&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;To use extended advertising in NCS (nRF Connect SDK), you can follow these steps:&lt;/span&gt;&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Create an extended advertising set using&amp;nbsp;&lt;code dir="ltr"&gt;bt_le_ext_adv_create()&lt;/code&gt;&amp;nbsp;function.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Set the advertising data using&amp;nbsp;&lt;code dir="ltr"&gt;bt_le_ext_adv_set_data()&lt;/code&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Start the extended advertising using&amp;nbsp;&lt;code dir="ltr"&gt;bt_le_ext_adv_start()&lt;/code&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;It has been discussed in this ticket here as well:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/93717/handling-of-mixed-advertising-and-extended-advertising"&gt;Handling of mixed Advertising and Extended Advertising&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Moreover, you could refer the periodic adv sample under zephyr which is a good example of BLE extended advertising:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/v3.7.99-ncs1-branch/samples/bluetooth/periodic_sync"&gt;https://github.com/nrfconnect/sdk-zephyr/tree/v3.7.99-ncs1-branch/samples/bluetooth/periodic_sync&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;You could also take a look at this sample: &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/bluetooth/peripheral_hr_coded"&gt;https://github.com/nrfconnect/sdk-nrf/tree/main/samples/bluetooth/peripheral_hr_coded&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Best Regards,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;Swathy&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>