Skip to content

Commit 17e03a9

Browse files
committed
Support for AE explained in Readme.
1 parent ad07fc6 commit 17e03a9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
[ ![Download](https://api.bintray.com/packages/nordic/android/no.nordicsemi.android.support.v18%3Ascanner/images/download.svg) ](https://bintray.com/nordic/android/no.nordicsemi.android.support.v18%3Ascanner/_latestVersion)
44

5-
The Scanner Compat library solves the problem with scanning for Bluetooth Smart devices on Android. The scanner API has changed in the Android 5.0 and has been extended in 6.0. Using this library you may have all new features even on older phones. If a feature (for example offloaded filtering or batching) is not supported natively, it will be emulated by the compat library. You may also disable the native support for filtering, batching and reporting first match or match lost if required.
5+
The Scanner Compat library solves the problem with scanning for Bluetooth Smart devices on Android.
6+
The scanner API has changed in the Android 5.0 and has been extended in 6.0 and 8.0.
7+
Using this library you may have almost all new features even on older phones. If a feature (for example offloaded filtering or batching) is not supported natively,
8+
it will be emulated by the compat library. You may also disable the native support for filtering, batching and reporting first match or match lost if required.
9+
Advertising Extension (`ScanSetting#setLegacy(boolean)` or `setPhy(int)`) is available only on Android Oreo or newer and such calls will be ignored on older platforms,
10+
that means only legacy advertising packets on PHY LE 1M will be reported, due to the Bluetooth chipset capabilities.
611

712
## Usage
813

0 commit comments

Comments
 (0)