<?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>How to scan Bluetooth 5 extended advertising from nRF52840 with Pixel 3a?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54651/how-to-scan-bluetooth-5-extended-advertising-from-nrf52840-with-pixel-3a</link><description>Hi, 
 After developing two application, one for emitting extended advertising and other one for scanning this kind of advertising on nRF52840 DK (Github repository here: MOTAM-Scanner ), the next step is to scan extended advertisements from an Android</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Dec 2019 15:27:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54651/how-to-scan-bluetooth-5-extended-advertising-from-nrf52840-with-pixel-3a" /><item><title>RE: How to scan Bluetooth 5 extended advertising from nRF52840 with Pixel 3a?</title><link>https://devzone.nordicsemi.com/thread/226203?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 15:27:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82a68e8d-5fb8-41b5-b6c8-d45cf3092ded</guid><dc:creator>manumonti</dc:creator><description>&lt;p&gt;Thank you, ovrebekk.&lt;/p&gt;
&lt;p&gt;We are working on it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to scan Bluetooth 5 extended advertising from nRF52840 with Pixel 3a?</title><link>https://devzone.nordicsemi.com/thread/221751?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2019 08:27:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a705a59-3605-4dba-ab26-788a217e07c2</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Manuel&lt;/p&gt;
&lt;p&gt;To scan for extended advertise packets it is necessary call settings.setLegacy(false) when setting up your scan settings. We have an example of this in the nRF Toolbox source code:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/Android-nRF-Toolbox/blob/08b67a28c9ab5c0dbc49be619c27209e2f955e30/app/src/main/java/no/nordicsemi/android/nrftoolbox/scanner/ScannerFragment.java#L241"&gt;https://github.com/NordicSemiconductor/Android-nRF-Toolbox/blob/08b67a28c9ab5c0dbc49be619c27209e2f955e30/app/src/main/java/no/nordicsemi/android/nrftoolbox/scanner/ScannerFragment.java#L241&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The ScanSettings class also has a function called setPhy, allowing you to decide which phy should be used for scanning. You can see the implementation of this function here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/Android-Scanner-Compat-Library/blob/8f4907ed1b49439724e4c96a697ef0919289e16b/scanner/src/main/java/no/nordicsemi/android/support/v18/scanner/ScanSettings.java#L494"&gt;https://github.com/NordicSemiconductor/Android-Scanner-Compat-Library/blob/8f4907ed1b49439724e4c96a697ef0919289e16b/scanner/src/main/java/no/nordicsemi/android/support/v18/scanner/ScanSettings.java#L494&lt;/a&gt;&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></channel></rss>