<?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 detect BLE beacons on Android tablet.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13516/how-to-detect-ble-beacons-on-android-tablet</link><description>Hello, Dear Nordic Development Team. 
 Recently I made the Android app using nRF nordic SDK to detect BLE beacons(iBeacon and Eddystone).
(no.nordicsemi.android.support.v18:scanner:0.1.2)
The app works fine on Android phones.
But it doesn&amp;#39;t work on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 May 2016 13:39:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13516/how-to-detect-ble-beacons-on-android-tablet" /><item><title>RE: How to detect BLE beacons on Android tablet.</title><link>https://devzone.nordicsemi.com/thread/51585?ContentTypeID=1</link><pubDate>Mon, 02 May 2016 13:39:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a89e6463-ec69-40e3-8e1a-0bc2b26199ba</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;On Android 5.1 no additional permissions, except the &lt;em&gt;android.permission.BLUETOOTH_ADMIN&lt;/em&gt; are necessary. The Location permission and Location service enabled are required on Android 6.0 upwards.&lt;/p&gt;
&lt;p&gt;As it works on some phone, and doesn&amp;#39;t work on your tablet, I assume it related to the Bluetooth chip on the tablet. But you also say, that the nRF Master Control Panel application is able to detect and parse beacons&amp;#39; data. When you use the scanner compat library, do you set any filters? Like for iBeacons or Eddystone? With manufacturer data, or Service UUID? If so, try to call &lt;a href="https://github.com/NordicSemiconductor/Android-Scanner-Compat-Library/blob/master/scanner/src/main/java/no/nordicsemi/android/support/v18/scanner/ScanSettings.java#L357"&gt;this&lt;/a&gt; method with parameter false. Than, instead of relying on hardware filtering, the app will parse the adv data on it&amp;#39;s own. I had here some phones with the offloaded filtering failing, that&amp;#39;s actually why I have added this and some similar methods.&lt;/p&gt;
&lt;p&gt;If you are using &lt;a href="https://play.google.com/store/apps/details?id=no.nordicsemi.android.nrfbeacon.nearby"&gt;nRF for Eddystone&lt;/a&gt; app - I guess this app relies on the native BLE scanner (via Nearby API), so it also may have the offloaded filtering issue. The &lt;a href="https://play.google.com/store/apps/details?id=no.nordicsemi.android.nrfbeacon"&gt;nRF Beacon&lt;/a&gt; app also is using the native API inside the nrf-beacon-lib for scanning for beacons.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>