aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/le/BluetoothLeScanner.java
Commit message (Expand)AuthorAgeFilesLines
...
* 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