summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/le/BluetoothLeScanner.java
Commit message (Expand)AuthorAgeFilesLines
* Added a note about location permissionFyodor Kupolov2015-07-161-0/+8
* Do not return devices when caller has no location permissionFyodor Kupolov2015-07-091-1/+2
* Add bluetooth permission annotationsTor Norbye2015-05-151-0/+5
* Merge commit 'db1dbb8' into merge2Etan Cohen2015-04-241-0/+12
|\
| * Manage onfound/lost resources (1/2)Prerepa Viswanadham2015-04-211-0/+12
* | am b5e0cfb..557d2f5 from mirror-m-wireless-internal-releaseVinit Deshpande2015-04-141-2/+2
|\ \ | |/
| * Fix onLost/onFound logic in isSettingsAndFilterComboAllowedtturney2015-04-131-2/+2
* | Merge "Merge commit 'e593d0a' into merge_work"Prerepa Viswanadham2015-04-121-0/+39
|\ \ | |/
| * Onfound onlost feature.Prerepa Viswanadham2015-04-071-0/+39
* | Fix a typo in BluetoothLeScanner documentationScott Kennedy2015-04-101-1/+1
|/
* Remove spammy log information for BLE scan.Wei Wang2014-10-181-2/+3
* Unregister app when advertise failed after registration.Wei Wang2014-09-021-12/+4
* Fix race condition for BluetoothLeScanner.Wei Wang2014-08-191-37/+25
* Clean up advertise and scan clients upon bluetooth down.Wei Wang2014-08-131-0/+9
* Add a TLV to support different result storageWei Wang2014-08-071-11/+41
* OnLost/OnFound integration - onfound match is done in framework,Prerepa Viswanadham2014-08-071-13/+18
* Add a default impelementation of IBluetoothGattCallback(1/2).Wei Wang2014-08-011-113/+5
* Fix crash in Stopping/Starting BLE advertising afterPrerepa Viswanadham2014-07-291-0/+11
* Use Scanner for legacy LE scans(1/2).Wei Wang2014-07-241-1/+2
* More API modification of BLE APIs (1/2).Wei Wang2014-07-181-32/+35
* Remove MR2 BLE Advertising hidden API from L codebase (1/2).Wei Wang2014-07-141-5/+0
* Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (1/2)Wei Wang2014-07-111-35/+37
* OnFound and Onlost callback integrationPrerepa Viswanadham2014-07-091-0/+19
* Tie in BLE hw capabilities with api invocation and support.Prerepa Viswanadham2014-07-081-0/+22
* Implement batch scan APIWei Wang2014-07-081-16/+67
* LE: Add notification sent and congestion callbacks (3/4)Andre Eisenbach2014-06-271-0/+5
* Address API review comments.Wei Wang2014-05-291-0/+371