<?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>Address filter not match issue in BLE scanning</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76694/address-filter-not-match-issue-in-ble-scanning</link><description>Hi Nordic, 
 I am working on project with nrf52840 , which is a central to connect other device. we will enter the MAC address to central, and setup the scaning filter. 
 the central device is development with SoftDevice nRF5_SDK_17.0.0_9d13099. 
 so</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Jul 2021 12:50:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76694/address-filter-not-match-issue-in-ble-scanning" /><item><title>RE: Address filter not match issue in BLE scanning</title><link>https://devzone.nordicsemi.com/thread/318645?ContentTypeID=1</link><pubDate>Mon, 05 Jul 2021 12:50:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:915723ef-d762-462b-937b-ed3ea9ec8e7d</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can change the&amp;nbsp;&lt;span&gt;address type in the st_target_periph_addr. See the example in&amp;nbsp;ble_app_hrs_c.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Address filter not match issue in BLE scanning</title><link>https://devzone.nordicsemi.com/thread/317365?ContentTypeID=1</link><pubDate>Mon, 28 Jun 2021 01:34:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0e82999-4206-46fc-877a-cf391758f0c9</guid><dc:creator>Kawing</dc:creator><description>&lt;p&gt;hi Amanda ,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the good examples address is&amp;nbsp;7C:9E:BD:CC:08:02&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and the cannot match example is&amp;nbsp;34:AB:95:49:4B:62&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I cannot make sure all devices are using the same type. even I wanted to chang the scanning address type . I don&amp;#39;t know how to change it ,&amp;nbsp;please suggest how to adding the address type in the filter by using the Software device API , thanks.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Address filter not match issue in BLE scanning</title><link>https://devzone.nordicsemi.com/thread/317240?ContentTypeID=1</link><pubDate>Fri, 25 Jun 2021 12:42:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:552a4f6f-5b20-476b-8174-006c40268f9b</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;What is the mac address? You cannot set the address as&amp;nbsp;.addr = {0}.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You should know what is the address type of the peripheral device using. Please&amp;nbsp;&lt;span&gt;check the advertising address and type with the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_sniffer_ble/UG/sniffer_ble/intro.html"&gt;sniffer&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Address filter not match issue in BLE scanning</title><link>https://devzone.nordicsemi.com/thread/317092?ContentTypeID=1</link><pubDate>Fri, 25 Jun 2021 01:10:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e4aef9a-9d71-4e80-a1ed-b58e65c5cb2d</guid><dc:creator>Kawing</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;how to add the address type in the filter?&amp;nbsp; since I tried to change the variable to&amp;nbsp;BLE_GAP_ADDR_TYPE_PUBLIC ,but there is same result.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;     ble_gap_addr_t st_target_periph_addr ={
            .addr_type = BLE_GAP_ADDR_TYPE_PUBLIC,
            .addr = {0}
        };&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Address filter not match issue in BLE scanning</title><link>https://devzone.nordicsemi.com/thread/316964?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 11:48:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:835f9985-fc8d-488b-a8f2-523e88ba82f7</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user="Kawing"]but another just report as UUID match only. Address filter show not match.&amp;nbsp;[/quote]
&lt;p&gt;What is the address type of those devices?&amp;nbsp; Are they &lt;span&gt;random static addresses?&amp;nbsp;&lt;/span&gt;How do you check the advertising mac address? Are you able to check their mac addresses by sniffer? Is it the same as you set for the filter?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Address filter not match issue in BLE scanning</title><link>https://devzone.nordicsemi.com/thread/316883?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 08:17:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:216b7ceb-9769-46ec-a689-97163153fb17</guid><dc:creator>Kawing</dc:creator><description>&lt;p&gt;Hi Amanada,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;I checked the address ordering are correct. Acturally , I have few same device, they have difference mac address only, half of them can report in all match case. but another just report as UUID match only. Address filter show not match.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Address filter not match issue in BLE scanning</title><link>https://devzone.nordicsemi.com/thread/316846?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 06:04:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffe5e664-90f1-47fb-9ab6-805c1fce75ce</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you set the target address correct order? See this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/47843/ble-scan-filter-using-mac-address"&gt;post&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>