summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/gatt/ScanManager.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-7.1.2_r2' into cm-14.1Dan Pasanen2017-04-051-14/+8
|\
| * Change scan downgrading to be app independentAjay Panicker2017-01-231-14/+8
* | Merge N-MR1 to remote branch.Naveen Kumar2016-12-081-11/+20
|\ \
| * | Merge commit '1c40f9218d815e4e67482fb8913fce6850e4fb1c' into remoteLalit Kansara2016-12-061-11/+20
| |\|
| | * Ensure LE scan clients are removed when the related app diesAndre Eisenbach2016-10-061-5/+5
| | * Do not downgrade filtered scans to opportunisticAndre Eisenbach2016-09-211-3/+10
| | * Fix ConcurrentModificationException in GattService.onScanResultJakub Pawlowski2016-09-021-2/+4
| | * Prevent LE scanning apps from being wrongflully downgraded to opportunisticAjay Panicker2016-08-091-1/+1
* | | GATT: Fix NPE issue while stop LE scanzhenchao2016-11-171-1/+1
|/ /
* / Do not send Pairing cancel intent during ACL disconnectionSrinu Jella2016-08-241-0/+10
|/
* Change scan downgrade timeout from 5 min to 30 minAjay Panicker2016-05-201-1/+1
* Add protection against LE scanning abuseAjay Panicker2016-05-091-0/+54
* Fix a bug where batch scan wasn't stopped correctly.Wei Wang2016-03-021-7/+7
* Use the incoming WorkSource to notify batterystats of BLE scansAdam Lesinski2016-01-271-1/+24
* Make address type agnostic in mac address scan filtering.Wei Wang2015-06-151-1/+1
* Workaround to increase onLost timeout.Wei Wang2015-05-051-0/+1
* Merge "Merge commit '4626db5' into master_merge" into mnc-devPrerepa Viswanadham2015-05-051-2/+4
|\
| * Merge commit '4626db5' into master_mergePrerepa Viswanadham2015-05-011-2/+4
| |\
| | * Take out TBD comments.Prerepa Viswanadham2015-04-291-3/+0
| | * LE low power scan featureSatya Calloji2015-04-291-2/+7
* | | Tune onfound/onlost timeouts for platformPrerepa Viswanadham2015-05-041-17/+8
|/ /
* | Revert "Fix no resource tracking available for more than 2 filters."Wei Wang2015-05-011-1/+1
* | Fix no resource tracking available for more than 2 filters.Wei Wang2015-04-301-1/+1
* | Workaround to fix Bluetooth crash when using onFound/onLost.Wei Wang2015-04-301-1/+11
* | Fix crashes when calling numHwTrackFiltersAvailable.Wei Wang2015-04-281-0/+1
|/
* Fix some nit's in previous commentsPrerepa Viswanadham2015-04-211-2/+2
* Manage onfound/lost resources (2/2)Prerepa Viswanadham2015-04-211-6/+65
* Onlost onfound featurePrerepa Viswanadham2015-04-071-37/+113
* OnFound/OnLost feature JNI changes based on BLE spec v0.90.Satya Calloji2015-04-011-12/+12
* Add opportunistic ble scan mode. (2/2)Wei Wang2015-03-171-10/+33
* Fix Bluetooth crash when all filters are used.Wei Wang2015-01-091-2/+3
* Do not reuse all pass filter index.Wei Wang2014-09-081-18/+61
* Fixed batch scan returning status 12 when restarted.Wei Wang2014-09-051-148/+183
* More precise control of batch alarm.Wei Wang2014-08-271-25/+35
* Set batch scan params based on scan settings.Prerepa Viswanadham2014-08-261-23/+146
* Fix race condition when advertising app dies.Wei Wang2014-08-201-0/+5
* OnFound/Lost reporting: s/w detects the first match andPrerepa Viswanadham2014-08-071-5/+19
* Clear pending data and allow all filter when batch stopped.Wei Wang2014-08-061-10/+18
* Workaround for reversed mac addresses in batch scan.Wei Wang2014-08-041-3/+2
* Change discard rule.Wei Wang2014-08-031-1/+3
* Change service data and manufacturer data to be repeated.Wei Wang2014-07-311-2/+0
* Bug 16630976 - Fix for LE Scan not workingPrerepa Viswanadham2014-07-281-0/+3
* Refactor configuring scan params to scan managerPrerepa Viswanadham2014-07-281-1/+68
* Fix service data filter and report delay issue.Wei Wang2014-07-271-7/+70
* Use scanner for lagacy LE scan (2/2).Wei Wang2014-07-231-1/+1
* Add a ScanManager that handles Scan related operations. RemoveWei Wang2014-07-221-0/+536