<?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>Central get manufacturer data in advertisement or scan response</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83374/central-get-manufacturer-data-in-advertisement-or-scan-response</link><description>Hi everyone, 
 
 I try to get manufacturer data with central device. 
 The peripheral device is normally correctly configured for both advertisement report and scan response : 
 
 
 I can&amp;#39;t get them in central in scan_evt_handler with filter matching</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Jan 2022 07:25:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83374/central-get-manufacturer-data-in-advertisement-or-scan-response" /><item><title>RE: Central get manufacturer data in advertisement or scan response</title><link>https://devzone.nordicsemi.com/thread/346599?ContentTypeID=1</link><pubDate>Fri, 07 Jan 2022 07:25:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e453f69-ba27-4c87-98f1-738a7588b464</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What do you get after printing out p_data?&lt;/p&gt;
&lt;p&gt;Could you provide the &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;sniff log&lt;/a&gt;? That can help check the data in the &lt;span&gt;advertisement report and scan response&lt;/span&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central get manufacturer data in advertisement or scan response</title><link>https://devzone.nordicsemi.com/thread/346487?ContentTypeID=1</link><pubDate>Thu, 06 Jan 2022 13:10:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e665b52-19e6-4115-b63d-8d956312593b</guid><dc:creator>VM_TC</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The scan response packet is empty, whereas it is visible with nRFConnect.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_20220105_5F00_122745.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The posts you provided use ble_evt_handler function while I use&amp;nbsp;scan_evt_handler.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Because I don&amp;#39;t know how to filter with&amp;nbsp;ble_evt_handler&amp;nbsp;and BLE_GAP_EVT_ADV_REPORT.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Victor&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central get manufacturer data in advertisement or scan response</title><link>https://devzone.nordicsemi.com/thread/346445?ContentTypeID=1</link><pubDate>Thu, 06 Jan 2022 11:42:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9fb51e5-9009-430f-8ddd-6cbdddb2fa29</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Guess &lt;span&gt;the manufacturer data might be in the&amp;nbsp;scan response package.&amp;nbsp;&lt;/span&gt;&lt;span&gt;This &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/75950/parsing-scan-response-with-sdk-15-3/313561#313561"&gt;post &lt;/a&gt;and &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/66668/how-to-get-the-scan-response-data-in-nrf52832-while-scanning-nearby-ble-devices/273009#273009"&gt;this post&amp;nbsp;&lt;/a&gt;might help.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central get manufacturer data in advertisement or scan response</title><link>https://devzone.nordicsemi.com/thread/346248?ContentTypeID=1</link><pubDate>Wed, 05 Jan 2022 14:32:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e847fba1-0f36-4c80-a110-9f7b5b8ee972</guid><dc:creator>VM_TC</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;I I didn&amp;#39;t explain well, the NRF_BLE_SCAN_EVT_FILTER_MATCH event is already generated.&lt;br /&gt;My problem is to obtain, during this event, the manufacturer data from the advertisement report or scan response.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;p_scan_evt-&amp;gt;params.filter_match.p_adv_report-&amp;gt;data.p_data&amp;nbsp;does not contain the manufacturer data.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Victor&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central get manufacturer data in advertisement or scan response</title><link>https://devzone.nordicsemi.com/thread/346197?ContentTypeID=1</link><pubDate>Wed, 05 Jan 2022 13:06:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d75c2730-f494-44de-873d-19b106695a0c</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To generate the&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/group__nrf__ble__scan.html#gga7b8b9be133ad06a1fab37ab63ac8037da5583c9bfadab473ec744ffd213458e68"&gt;NRF_BLE_SCAN_EVT_FILTER_MATCH&lt;/a&gt;&lt;span&gt;&amp;nbsp;event, the following types must match:&lt;/span&gt;&lt;br clear="none" /&gt;&lt;span&gt;- one of the address filters,&lt;/span&gt;&lt;br clear="none" /&gt;&lt;span&gt;- one of the name filters,&lt;/span&gt;&lt;br clear="none" /&gt;&lt;span&gt;- one of the appearance filters,&lt;/span&gt;&lt;br clear="none" /&gt;&lt;span&gt;- all of the UUID filters.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;See scan&amp;nbsp;&lt;a title="Filters" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_ble_scan.html?cp=8_1_3_2_12_3#scan_filters"&gt;Filters&lt;/a&gt;&amp;nbsp;doc for the usage.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>