summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/le/BluetoothLeAdvertiser.java
Commit message (Expand)AuthorAgeFilesLines
* Preventing leakJerome Poichet2015-06-251-1/+0
* Don't compute flags length for scan responsePrerepa Viswanadham2015-01-231-4/+4
* Feature request: Increasing advertise data size onTom Turney2014-11-151-4/+6
* 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-021-10/+12
* Fix threading issue for advertising.Wei Wang2014-08-191-80/+83
* Clean up advertise and scan clients upon bluetooth down.Wei Wang2014-08-131-0/+9
* Add a default impelementation of IBluetoothGattCallback(1/2).Wei Wang2014-08-011-142/+23
* Revert "Revert "Service data and manufacturer data can be repeated fields.""Wei Wang2014-08-011-4/+4
* Revert "Service data and manufacturer data can be repeated fields."Sungsoo Lim2014-08-011-4/+4
* Service data and manufacturer data can be repeated fields.Wei Wang2014-07-311-4/+4
* Fix crash in Stopping/Starting BLE advertising afterPrerepa Viswanadham2014-07-291-1/+9
* Move AdvertiseData length check to BluetoothAdvertiser.Wei Wang2014-07-231-0/+70
* More API modification of BLE APIs (1/2).Wei Wang2014-07-181-23/+27
* 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-38/+34
* OnFound and Onlost callback integrationPrerepa Viswanadham2014-07-091-0/+6
* Tie in BLE hw capabilities with api invocation and support.Prerepa Viswanadham2014-07-081-0/+6
* Implement batch scan APIWei Wang2014-07-081-9/+29
* LE: Add notification sent and congestion callbacks (3/4)Andre Eisenbach2014-06-271-0/+5
* Address API review comments.Wei Wang2014-05-291-0/+368