<?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 change the advertise status from fast mode to idle mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82486/how-to-change-the-advertise-status-from-fast-mode-to-idle-mode</link><description>Hi, 
 I am creating a BLE communication device (peripheral) using softdevice S132 (v7.0.1) and SDK 16.0.0 on the nRF52832 microcomputer. 
 I have implemented the BLE communication function, but sometimes I do not understand it. It is the file and timing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Dec 2021 08:36:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82486/how-to-change-the-advertise-status-from-fast-mode-to-idle-mode" /><item><title>RE: How to change the advertise status from fast mode to idle mode</title><link>https://devzone.nordicsemi.com/thread/342481?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 08:36:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c885b725-ace1-4001-bdec-37c10a6c1ed6</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hei Shuto,&amp;nbsp;&lt;br /&gt;You can download the Bluetooth specification v5.2 &lt;a href="https://www.bluetooth.com/specifications/bluetooth-core-specification/"&gt;here.&lt;/a&gt;&amp;nbsp;(Click on 5.2 link)&lt;br /&gt;It&amp;#39;s the softdevice that stops the advertising. It follows the spec.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the advertise status from fast mode to idle mode</title><link>https://devzone.nordicsemi.com/thread/342441?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 00:25:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b89125bf-14be-422f-80a1-922af2601b4b</guid><dc:creator>Shuto Kimura</dc:creator><description>&lt;p&gt;Hi, Hung Bui,&lt;/p&gt;
&lt;p&gt;thank you for your answer.&lt;br /&gt;That is the answer I am looking for.&lt;br /&gt;Is it the softdevice, not the SDK, that automatically stops advertising?&lt;br /&gt;Also, could you please tell me the URL of Bluetooth Spec (v5.2) at section 9.2 Part C Vol 3?&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;
&lt;p&gt;shuto&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the advertise status from fast mode to idle mode</title><link>https://devzone.nordicsemi.com/thread/342340?ContentTypeID=1</link><pubDate>Tue, 07 Dec 2021 13:20:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61a88b7d-bb76-407d-b651-b467016637af</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Shuto Kimura,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am sorry that our documentation didn&amp;#39;t make it clear that when the peripheral get connected it will automatically stopped advertising. This is described in the Bluetooth Spec (v5.2) at section 9.2 Part C Vol 3:&amp;nbsp;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1638882956729v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1638882968287v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;So the advertising process is stopped automatically when the connection is established. If you want to continue advertising you would need to&amp;nbsp;start advertising again. You can have a look at the experimental\ble_app_multiperipheral example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The same with when the connection is terminated, the softdevice won&amp;#39;t start advertising automatically. You would need to start advertising from the code. In our ble_advertising.c it&amp;#39;s handled in&amp;nbsp;on_disconnected() event.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>