<?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>BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93788/ble-5-advertisement-packet-not-showing</link><description>Hello, 
 
 We have already product with BLE 4 and now we are moving to BLE5. As per the example code we have updated our code to BLE 5 but we are not seeing advertisement packets but we are able to establish communication with different host/Central.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Nov 2022 13:28:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93788/ble-5-advertisement-packet-not-showing" /><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/396226?ContentTypeID=1</link><pubDate>Thu, 17 Nov 2022 13:28:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08043ae9-7db6-4a90-87ab-786f9f7f44bf</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I am not able to get this to fit in my head. As long as you use extended advertising, only scanners capable of receiving it should be able to read the name. This is also the case when using the&amp;nbsp;ble_app_rscs sample.&lt;/p&gt;
&lt;p&gt;If this is not the case, can you&amp;nbsp;upload your modified full projects and the full sniffer traces (not just screenshots of them) along with instructions on what you do and how you interpret the results?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/395816?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 14:02:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4714743a-dfbf-4390-940b-24e7420a7a03</guid><dc:creator>Domneck</dc:creator><description>&lt;p&gt;I got it but I&amp;#39;m&amp;nbsp;saying below things I tried as peripheral device and checking in BLE sniffer where I don&amp;#39;t see the device name.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ble_app_rscs example code has support for BLE5 extended advertisement and for this I can see the device name in&amp;nbsp;&lt;span&gt;AUX_ADV_IND packet.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;ble_app_uart doesn&amp;#39;t have support for BLE 5 and when I enable BLE 5 extended advertisement&amp;nbsp;I don&amp;#39;t see device name in&amp;nbsp;AUX_ADV_IND, it&amp;#39;s empty.&lt;img height="281" src="https://devzone.nordicsemi.com/resized-image/__size/810x562/__key/communityserver-discussions-components-files/4/noname.JPG_2D00_640x480.jpg_2D00_640x444.jpg" width="405" alt=" " /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/395815?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 14:00:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f6d4d14-d0e9-4179-8898-d9b2e270b954</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I do not have any other suggestions than what I have already said, which is to alternate between extended and legacy advertising. That is&amp;nbsp;how you can use and benefit from&amp;nbsp;extended advertising while maintaining compatibility with legacy devices.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/395807?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 13:48:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:795f8bb7-bca8-4a21-b6c6-79eb9c7a9e28</guid><dc:creator>Domneck</dc:creator><description>&lt;p&gt;I did one more experiment with examples given&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ble_app_rscs example code has support for BLE5 extended advertisement and for this I can see the device name in&amp;nbsp;&lt;span&gt;AUX_ADV_IND packet.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;ble_app_uart doesn&amp;#39;t have support for BLE 5 and when I enable BLE 5 extended advertisement&amp;nbsp;I don&amp;#39;t see device name in&amp;nbsp;AUX_ADV_IND, it&amp;#39;s empty.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Plz suggest if I need to enable anything other than this below configuration:&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;init.config.ble_adv_primary_phy &amp;nbsp; &amp;nbsp; &amp;nbsp;= &lt;/span&gt;&lt;span&gt;BLE_GAP_PHY_1MBPS&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;init.config.ble_adv_secondary_phy &amp;nbsp; &amp;nbsp;= &lt;/span&gt;&lt;span&gt;BLE_GAP_PHY_2MBPS&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;init.config.ble_adv_extended_enabled = &lt;/span&gt;&lt;span&gt;true&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/395679?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2022 07:07:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8ad6538-104f-41f8-9e08-7717bdf28ab4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I see. That makes sense, as the advertising name is in the AUX_ADV_IND packet, and that is only received by devices that support extended advertising. If you want to support legacy advertising as well you need two advertising sets as explained. That is only supported in the nRF Connect SDK, but an alternative if you use the nRF5 SDK is to&amp;nbsp;reconfigure the advertising regularly and alternate between legacy advertising and extended advertising.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/395418?ContentTypeID=1</link><pubDate>Sat, 12 Nov 2022 10:41:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:465f2cfe-85f5-4ee2-9572-e77e355f9bfb</guid><dc:creator>Domneck</dc:creator><description>&lt;p&gt;Yes, I did one more experiment now by enabling central node on DK using BLE_APP_UART example.&lt;/p&gt;
&lt;p&gt;Here I&amp;#39;m just printing the scanned data result to uart and I&amp;#39;m not seeing my device name but MAC I can see.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But BLE 4 device I can see name &amp;amp; MAC both.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;In debug mode I&amp;#39;m trying to capture&amp;nbsp;memory contents now.&amp;nbsp;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/395317?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2022 12:44:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:271a4bb1-8fe7-4fb0-b166-37735859f285</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I see, that should be no problem then. Are you able to make a minimal project that shows this behavior and runs on a DK and upload here so that I can test on my end?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/395245?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2022 08:47:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4be6e87-f265-4af1-a906-1716813154e2</guid><dc:creator>Domneck</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This approach I can follow but still I want to understand what is going wrong here.&lt;/p&gt;
&lt;p&gt;Yes I too checked all the possible things and I&amp;rsquo;m facing this issue from last one month.&lt;/p&gt;
&lt;p&gt;I even managed to arrange latest phones and laptops.&lt;/p&gt;
&lt;p&gt;Apple 14 Pro I&amp;rsquo;m using with latest iOS version and android is also latest and both I&amp;rsquo;m sure they have support for BLE 5.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/395244?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2022 08:41:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86a39902-210a-4c30-8275-ac75d79b5735</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I do not see anything obviously wrong here. Could it be as simple as that you are testing with devices that does not support extended advertising (old or low-end computers or phones)? If you want to maintain compatibility with legacy devices, you need to do legacy advertising. The most elegant way to do that is to add a second advertising set, but that is unfortunately only supported in the nRF Connect SDK. With the SoftDevice and nRF5 SDK you would need to reconfigure and re-start advertising every time you switch between legacy and extended advertising.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/395239?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2022 08:28:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c31483e-f897-417a-a2a7-6d2cc6329aa3</guid><dc:creator>Domneck</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve done some modification on Nordic_Alert_Notif example to connect and exchange the data. I&amp;#39;ve attached sniffer logs.&lt;/p&gt;
&lt;p&gt;And we are trying with different hosts like Android,iOS, Custom central node and Python scripts.&lt;/p&gt;
&lt;p&gt;In android &amp;amp; iOS we are checking in nrfConnect app and we are not seeing our device and same with&amp;nbsp;&lt;span&gt;Custom central node&amp;nbsp; which is nrf52840 eval kit.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We are running Python script in laptop and we have 2 scripts one for&amp;nbsp;discovering surround device and another one for connecting. In discovery we are not seeing but the same if I pass directly MAC ID to our connect script I can connect and read some&amp;nbsp;dummy data.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Selected AUX_EXT_IND" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/8507.S1.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt="AUX_ADV_IND" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2234.S2.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE 5 Advertisement packet not showing</title><link>https://devzone.nordicsemi.com/thread/395231?ContentTypeID=1</link><pubDate>Fri, 11 Nov 2022 07:49:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec7b59f6-840d-46b5-a830-0d4fb9a3c713</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it the primary advertising packets you are not seeing? You write that you are able to establish communication with a different central, and that is only possible when advertising, so clearly you must be advertising. As you can see the&amp;nbsp;advertisement packets on the sniffer, can you confirm that they are the &amp;quot;normal&amp;quot; primary&amp;nbsp;advertising packets on the 1M phy? Perhaps you can share the trace? Also, what is the centrals you have tested filtering on, could there be an issue there?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>