<?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>Advertising type</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92180/advertising-type</link><description>I was testing out the custom application from android studio, and have discovered that, for example, when using the rscs example my application does not see the device and when using the simple ble gatt or uart or proximity examples, the application does</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Sep 2022 14:25:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92180/advertising-type" /><item><title>RE: Advertising type</title><link>https://devzone.nordicsemi.com/thread/387535?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 14:25:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2958917-33a4-44d5-afe8-f8497750d474</guid><dc:creator>Aimek</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;works like a charm, thank you &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f44d.svg" title="Thumbsup"&gt;&amp;#x1f44d;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising type</title><link>https://devzone.nordicsemi.com/thread/387531?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 14:03:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3a279d8-6f02-408c-beb0-11abb9cd039f</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for the explanation.&lt;/p&gt;
&lt;p&gt;The following lines in main.c, in the function advertising_init(), enables features requiring extended advertising from Bluetooth 5:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;    init.config.ble_adv_primary_phy      = BLE_GAP_PHY_1MBPS;
    init.config.ble_adv_secondary_phy    = BLE_GAP_PHY_2MBPS;
    init.config.ble_adv_extended_enabled = true;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Removing (or commenting out) those lines should make the device go back to only use Bluetooth 4 features. It should then appear as &amp;quot;Advertising type: Legacy&amp;quot; in the nRF Connect app.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising type</title><link>https://devzone.nordicsemi.com/thread/387440?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 09:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17624bf0-34fb-4fa3-bafa-30a4a80d3991</guid><dc:creator>Aimek</dc:creator><description>&lt;p&gt;so is there a way to change the advertising type or no?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Forgot to mension, I am working with segger embeded&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising type</title><link>https://devzone.nordicsemi.com/thread/387312?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2022 13:24:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0a65472-8798-4f50-80c7-68b592a1fb63</guid><dc:creator>Aimek</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I see this with the nRF5 SDK, version 17.1 and 16 and I am not sure, but if I am not mistaking anything but this happens also while using version 15.2&lt;/p&gt;
&lt;p&gt;And about elaborating, here are some screenshots and in the field called&amp;nbsp; &amp;quot;advertising type&amp;quot; it says either &amp;quot;Legacy&amp;quot; or &amp;quot;Bluetooth 5&amp;quot; and the issue is that I would like to know how to change the advertising mode to the legacy from the bluetooth 5, because I would like to figure out whether changing this setting would fix the issue of my application not being able to see discover the device.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:644px;max-width:297px;" alt=" " height="644" src="https://devzone.nordicsemi.com/resized-image/__size/594x1288/__key/communityserver-discussions-components-files/4/Bluetooth-5.jpg" width="297" /&gt;&lt;img style="max-height:655px;max-width:302px;" alt=" " height="655" src="https://devzone.nordicsemi.com/resized-image/__size/604x1310/__key/communityserver-discussions-components-files/4/Legacy.jpg" width="302" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising type</title><link>https://devzone.nordicsemi.com/thread/387306?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2022 13:05:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ef05f54-4ce7-46b4-8962-afdd91ea2a43</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Do you see this with the RSCS example from nRF5 SDK, or from nRF Connect SDK, and which version of the given SDK are you using?&lt;/p&gt;
[quote user=""]in rscs example the advertising type is Bluetooth 5, while in other examples its Legacy[/quote]
&lt;p&gt;I am not quite sure what you mean by this, can you elaborate? E.g. what is advertising type in this context, how do you see it, and what other examples show a different behaviour?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>