<?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>Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84756/directed-advertising-not-seen-by-the-addressed-device</link><description>Hi, 
 I am testing direct advertising with two nRF52-DK. One performs a direct advertising and the other scans for the directed adverts. Unfortunately, the scanning device cannot see the directed advertising packages. 
 For simplicty and to reduce variables</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Feb 2022 12:49:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84756/directed-advertising-not-seen-by-the-addressed-device" /><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/354566?ContentTypeID=1</link><pubDate>Wed, 23 Feb 2022 12:49:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31897e95-3bcb-41e2-bb76-4c69ddebbcfb</guid><dc:creator>Ignacio</dc:creator><description>&lt;p&gt;Many thanks for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/354440?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 21:06:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5affeb7a-7d36-4abb-8276-0c4c5fbde8be</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Armand&lt;/p&gt;
&lt;p&gt;I am happy to hear you figured it out &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The check of the adv_props field looks correct, yes. This should filter out directed advertise packets, regardless of whether or not extended advertising is used.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/354293?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 09:20:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:961f868e-0f58-473c-a798-f58678c44078</guid><dc:creator>Ignacio</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I finally got it to work. A couple of comments for others to come.&lt;/p&gt;
&lt;p&gt;1. Two config parameters were missing on my prj.conf:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="bat"&gt;CONFIG_BT_EXT_ADV=y
CONFIG_BT_SCAN_WITH_IDENTITY=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;2. Standard or extended directed advertisments can be filter using the advertising PDU properties:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;if(device_info-&amp;gt;recv_info-&amp;gt;adv_props &amp;amp; BT_GAP_ADV_PROP_DIRECTED)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Torbj&amp;oslash;rn if you confirm this is correct, I will verify this answer.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for your help!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/354145?ContentTypeID=1</link><pubDate>Mon, 21 Feb 2022 13:01:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53d27bd5-e0a6-475e-a0c7-d677a8322933</guid><dc:creator>Ignacio</dc:creator><description>&lt;p&gt;Thanks for your reply&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Let&amp;#39;s see if we can find some common ground for a solution. I need to set a directed advertising with a timeout.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1. First implmentation. I use&amp;nbsp;bt_le_ext_adv_start. That function allows to specify an advertising timeout using&amp;nbsp;bt_le_ext_adv_start_param:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;int bt_le_ext_adv_start(struct bt_le_ext_adv *adv,
			struct bt_le_ext_adv_start_param *param)&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;However, it seems that it is not possible to discern at the scanner side if an extended advertisement is directed or not. Is that correct?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2. Second implementation. Using the standard advertising function&amp;nbsp;bt_le_adv_start. However, that function does not define any configuration for&amp;nbsp;specifying an advertising timeout:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;int bt_le_adv_start(const struct bt_le_adv_param *param,
		    const struct bt_data *ad, size_t ad_len,
		    const struct bt_data *sd, size_t sd_len)&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is it possible to implement a standard directed advertising with a timeout?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/354103?ContentTypeID=1</link><pubDate>Mon, 21 Feb 2022 11:02:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4d04235-0f15-44dd-88b8-752f1c683833</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Armand&lt;/p&gt;
&lt;p&gt;This was something I had to add myself to make the directed advertising packets detected properly in the example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When doing extended advertising then the adv_type field will no longer indicate whether or not you are receiving a directed or undirected advertising packet, since adv_type is&amp;nbsp;BT_GAP_ADV_TYPE_EXT_ADV for all extended advertising packets.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Instead I had to check the adv_props field in order to figure out whether or not I was receiving an extended directed advertising packet from my advertiser, rather than some other advertise packet from other advertisers in the area.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to also be able to read normal directed advertising packets (not using extended advertising) then you need to add a separate check for this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does that answer your question?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/353943?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 18:20:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29b78715-2066-481b-a910-74cd89e4404a</guid><dc:creator>Ignacio</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your reply. I have been going through the code and it is my understanding that it will detect any extended advertising but it does not discriminate for directed advertising. Please check the flags it is reading on the central_bas2 sample code:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static void scan_filter_no_match(struct bt_scan_device_info *device_info,
				 bool connectable)
{
	int err;
	uint8_t i;
	struct bt_conn *conn;
	char addr[BT_ADDR_LE_STR_LEN];
		bt_addr_le_to_str(device_info-&amp;gt;recv_info-&amp;gt;addr, addr,
				  sizeof(addr));
	if ((addr[0]==&amp;#39;F&amp;#39;)&amp;amp;&amp;amp;(addr[1]==&amp;#39;6&amp;#39;))
	{
		printk(&amp;quot;address %s\n&amp;quot;,addr);	
		for (i=0;i&amp;lt;device_info-&amp;gt;adv_data-&amp;gt;len;i++)
		{
			printk(&amp;quot;%x&amp;quot;,device_info-&amp;gt;adv_data-&amp;gt;data[i]);
		}		  
		printk(&amp;quot;\n&amp;quot;);
	}
	if ((device_info-&amp;gt;recv_info-&amp;gt;adv_type == BT_GAP_ADV_TYPE_EXT_ADV) &amp;amp;&amp;amp; 
		(device_info-&amp;gt;recv_info-&amp;gt;adv_props &amp;amp; BT_GAP_ADV_PROP_EXT_ADV)) {
		bt_addr_le_to_str(device_info-&amp;gt;recv_info-&amp;gt;addr, addr,
				  sizeof(addr));
		printk(&amp;quot;Extended directed advertising received from %s\n&amp;quot;, addr);
	}
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The flags are specific to detect&amp;nbsp; devices that are performing extended advertising but not exclusively directed advertising:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;if ((device_info-&amp;gt;recv_info-&amp;gt;adv_type == BT_GAP_ADV_TYPE_EXT_ADV) &amp;amp;&amp;amp; 
		(device_info-&amp;gt;recv_info-&amp;gt;adv_props &amp;amp; BT_GAP_ADV_PROP_EXT_ADV))&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please check this out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/353816?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 11:22:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0eb1322a-dbd6-4f06-bb2d-24705191dabe</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Armand&lt;/p&gt;
&lt;p&gt;I had a chat with Hung, a colleague of mine, who mentioned that he handled a similar case some time ago (with you possibly).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;He sent me some code that I could use to test this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I made some minor changes to his code, and was able to get extended directed advertising working.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/directed_5F00_adv_5F00_scan.zip"&gt;devzone.nordicsemi.com/.../directed_5F00_adv_5F00_scan.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please note that you have to find the local address of the scanner by looking at the log output, and update the advertiser code to use this address.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you give this code a try and see if it works OK?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/353697?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 17:17:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e774f9c-89f2-4b91-9703-9e3ef57aaef0</guid><dc:creator>Ignacio</dc:creator><description>&lt;p&gt;Ok Thanks&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/353696?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 16:50:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75276cd6-725a-456c-bacb-3fb3a1b1cd9b</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Armand&lt;/p&gt;
&lt;p&gt;My apologies, I had back to back meetings today and didn&amp;#39;t get time. I will do my best to test this tomorrow and get back to you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/353671?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 15:15:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16a2e45c-e2fa-4256-ad73-c06171219e59</guid><dc:creator>Ignacio</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn, Any chance to test this? Thanks&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/353463?ContentTypeID=1</link><pubDate>Wed, 16 Feb 2022 20:16:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e2723aa-e174-4ba1-adb1-d6443722a1b6</guid><dc:creator>Ignacio</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Torbj&amp;oslash;rn,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As stated I did initally test with two nRF52 dev kits (nRF52832). I am going to share here my code for the scanner and the logs on both devices. I cannot get to see any directed advertisement package on the scanner side.&amp;nbsp;Could you run on your side both codes on nRF52dk? Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2364.CMakeLists.txt"&gt;devzone.nordicsemi.com/.../2364.CMakeLists.txt&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/1768.prj.conf"&gt;devzone.nordicsemi.com/.../1768.prj.conf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/68520.main.c"&gt;devzone.nordicsemi.com/.../68520.main.c&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;LOGS&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Direct advertiser&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="bat"&gt;*** Booting Zephyr OS build v2.7.0-ncs1  ***
11-directed_adv init
[00:00:01.915,771] &#x1B;[0m&amp;lt;inf&amp;gt; fs_nvs: 6 Sectors of 4096 bytes&#x1B;[0m
[00:00:01.915,802] &#x1B;[0m&amp;lt;inf&amp;gt; fs_nvs: alloc wra: 2, fb0&#x1B;[0m
[00:00:01.915,802] &#x1B;[0m&amp;lt;inf&amp;gt; fs_nvs: data wra: 2, 448&#x1B;[0m
[00:00:01.915,924] &#x1B;[0m&amp;lt;inf&amp;gt; sdc_hci_driver: SoftDevice Controller build revision: 
                                         df c0 4e d6 1f 7c 66 09  0a f5 2b a0 98 f2 43 64 |..N..|f. ..+...Cd
                                         62 c5 a6 2a                                      |b..*             &#x1B;[0m
[00:00:01.918,914] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)&#x1B;[0m
[00:00:01.918,914] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF52x (0x0002)&#x1B;[0m
[00:00:01.918,945] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 223.20160 Build 1719410646&#x1B;[0m
[00:00:01.919,219] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: No ID address. App must call settings_load()&#x1B;[0m
Bluetooth initialized
[00:00:01.919,952] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: Identity: F2:A4:36:CA:06:73 (random)&#x1B;[0m
[00:00:01.919,952] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: HCI: version 5.2 (0x0b) revision 0x12b0, manufacturer 0x0059&#x1B;[0m
[00:00:01.919,952] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: LMP: version 5.2 (0x0b) subver 0x12b0&#x1B;[0m
Directed B2B Advertising Started addr: C1:F9:D7:24:F3:A6 (random)
Directed B2B adv timeout&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Scanner logs:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="bat"&gt;*** Booting Zephyr OS build v2.7.0-ncs1  ***
[00:00:02.586,242] &#x1B;[0m&amp;lt;inf&amp;gt; fs_nvs: 6 Sectors of 4096 bytes&#x1B;[0m
[00:00:02.586,242] &#x1B;[0m&amp;lt;inf&amp;gt; fs_nvs: alloc wra: 3, e78&#x1B;[0m
[00:00:02.586,242] &#x1B;[0m&amp;lt;inf&amp;gt; fs_nvs: data wra: 3, 20c&#x1B;[0m
[00:00:02.586,395] &#x1B;[0m&amp;lt;inf&amp;gt; sdc_hci_driver: SoftDevice Controller build revision: 
                                         df c0 4e d6 1f 7c 66 09  0a f5 2b a0 98 f2 43 64 |..N..|f. ..+...Cd
                                         62 c5 a6 2a                                      |b..*             &#x1B;[0m
[00:00:02.589,202] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)&#x1B;[0m
[00:00:02.589,202] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF52x (0x0002)&#x1B;[0m
[00:00:02.589,202] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 223.20160 Build 1719410646&#x1B;[0m
[00:00:02.589,477] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: No ID address. App must call settings_load()&#x1B;[0m
[00:00:02.589,660] &#x1B;[1;31m&amp;lt;err&amp;gt; settings: set-value failure. key: bt/name error(-2)&#x1B;[0m
[00:00:02.589,904] &#x1B;[1;31m&amp;lt;err&amp;gt; settings: set-value failure. key: bt/mesh/s/2/bind error(-2)&#x1B;[0m
[00:00:02.590,179] &#x1B;[1;31m&amp;lt;err&amp;gt; settings: set-value failure. key: bt/mesh/AppKey/0 error(-2)&#x1B;[0m
[00:00:02.590,423] &#x1B;[1;31m&amp;lt;err&amp;gt; settings: set-value failure. key: bt/mesh/RPL/1 error(-2)&#x1B;[0m
[00:00:02.590,698] &#x1B;[1;31m&amp;lt;err&amp;gt; settings: set-value failure. key: bt/mesh/Seq error(-2)&#x1B;[0m
[00:00:02.591,064] &#x1B;[1;31m&amp;lt;err&amp;gt; settings: set-value failure. key: bt/mesh/IV error(-2)&#x1B;[0m
[00:00:02.591,491] &#x1B;[1;31m&amp;lt;err&amp;gt; settings: set-value failure. key: bt/mesh/NetKey/0 error(-2)&#x1B;[0m
[00:00:02.591,918] &#x1B;[1;31m&amp;lt;err&amp;gt; settings: set-value failure. key: bt/mesh/Net error(-2)&#x1B;[0m
[00:00:02.592,742] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: Identity: &amp;lt;log_strdup alloc failed&amp;gt;&#x1B;[0m
[00:00:02.592,773] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: HCI: version 5.2 (0x0b) revision 0x12b0, manufacturer 0x0059&#x1B;[0m
[00:00:02.592,773] &#x1B;[0m&amp;lt;inf&amp;gt; bt_hci_core: LMP: version 5.2 (0x0b) subver 0x12b0&#x1B;[0m
Starting 12 - Directed Advertising Scanner
Addr: C1:F9:D7:24:F3:A6 (random)
Bluetooth initialized
Scanning successfully started
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x00 Props: 0x0003
No Match. Adv Type: 0x04 Props: 0x000A
No Match. Adv Type: 0x00 Props: 0x0003
&lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/353271?ContentTypeID=1</link><pubDate>Wed, 16 Feb 2022 08:33:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91a0f9c8-e6a5-4d85-85fe-0fe814ee6028</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Armand&lt;/p&gt;
&lt;p&gt;The software developers confirmed that the nRF Connect for Desktop Bluetooth application doesn&amp;#39;t support directed advertising or extended advertising, so you can&amp;#39;t really use this tool to test your application.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-sniffer-for-bluetooth-le/download"&gt;nRF Sniffer&lt;/a&gt; should be able to show the directed advertising packets though, if you are able to set that up?&lt;/p&gt;
&lt;p&gt;Otherwise you would need to configure your second board as a scanner, as I mentioned in my previous reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/353200?ContentTypeID=1</link><pubDate>Tue, 15 Feb 2022 19:38:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed494a1c-b6e4-4370-9cd8-e6c6b04904ce</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Armand&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think the Bluetooth application in nRF Connect for Desktop will show anything if a directed advertising packet is received. These packet doesn&amp;#39;t really contain any data to show, just the peer address.&amp;nbsp;&lt;br /&gt;The same goes for extended advertise packets, I will need to check with the developers if this is supported.&amp;nbsp;&lt;br /&gt;I will get this confirmed during office hours tomorrow.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you tried to set up the other board to run a scanner example instead?&amp;nbsp;&lt;br /&gt;This should work, as long as you use comparable settings.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Directed Advertising not seen by the addressed device</title><link>https://devzone.nordicsemi.com/thread/353105?ContentTypeID=1</link><pubDate>Tue, 15 Feb 2022 13:06:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a502af36-3797-40cf-84b4-25a879de86ed</guid><dc:creator>Ignacio</dc:creator><description>&lt;p&gt;Hi Jared,&lt;/p&gt;
&lt;p&gt;Looking forward to working with you on this issue. I hope it is a quick fix. Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>