summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/le
Commit message (Expand)AuthorAgeFilesLines
* Add support of advertising through standard instance.(1/4)Wei Wang2014-10-091-1/+2
* Unregister app when advertise failed after registration.Wei Wang2014-09-025-29/+37
* Merge "Fix API council review comments. Also hide certain APIs(1/3)." into lm...Wei Wang2014-08-246-43/+41
|\
| * Fix API council review comments. Also hide certain APIs(1/3).Wei Wang2014-08-156-43/+41
* | Merge "Fix threading issue for advertising." into lmp-devWei Wang2014-08-211-80/+83
|\ \
| * | Fix threading issue for advertising.Wei Wang2014-08-191-80/+83
| |/
* | Fix race condition for BluetoothLeScanner.Wei Wang2014-08-191-37/+25
|/
* Protect from malformed advt with invalid manf_id/data comboPrerepa Viswanadham2014-08-141-2/+4
* Clean up advertise and scan clients upon bluetooth down.Wei Wang2014-08-133-1/+19
* Add a TLV to support different result storageWei Wang2014-08-074-11/+218
* 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-012-255/+28
* Revert "Revert "Service data and manufacturer data can be repeated fields.""Wei Wang2014-08-015-151/+253
* Revert "Service data and manufacturer data can be repeated fields."Sungsoo Lim2014-08-015-253/+151
* Service data and manufacturer data can be repeated fields.Wei Wang2014-07-315-151/+253
* Merge "Make scan filter accepts prefix. Add tests." into lmp-devWei Wang2014-07-251-19/+32
|\
| * Make scan filter accepts prefix. Add tests.Wei Wang2014-07-281-19/+32
* | Fix crash in Stopping/Starting BLE advertising afterPrerepa Viswanadham2014-07-292-1/+20
|/
* Split manu id and manu data.Wei Wang2014-07-273-17/+35
* Fix bug of ScanSettings. Add unit test.Wei Wang2014-07-251-28/+37
* Use Scanner for legacy LE scans(1/2).Wei Wang2014-07-241-1/+2
* Move AdvertiseData length check to BluetoothAdvertiser.Wei Wang2014-07-232-50/+71
* Fix parcel issues with empty service uuid. Added tests.Wei Wang2014-07-231-30/+49
* More API modification of BLE APIs (1/2).Wei Wang2014-07-1810-216/+252
* Remove MR2 BLE Advertising hidden API from L codebase (1/2).Wei Wang2014-07-142-10/+0
* Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (1/2)Wei Wang2014-07-1110-304/+316
* OnFound and Onlost callback integrationPrerepa Viswanadham2014-07-094-5/+25
* Tie in BLE hw capabilities with api invocation and support.Prerepa Viswanadham2014-07-084-0/+39
* Implement batch scan APIWei Wang2014-07-084-26/+103
* LE: Add notification sent and congestion callbacks (3/4)Andre Eisenbach2014-06-272-0/+10
* Address API review comments.Wei Wang2014-05-2915-0/+2792