aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/le/ScanRecord.java
Commit message (Expand)AuthorAgeFilesLines
* Add javadoc block for each constant of AD type filterChienyuan2022-03-251-2/+170
* Defined value for AD type filterChienyuan2022-03-171-18/+105
* LE Scanner: Add AD TYPE filter APIsChienyuan2022-02-021-3/+20
* More Bluetooth API annotation updates.Jeff Sharkey2021-04-161-0/+2
* Implement per-field matching of ScanRecord.Jeff Sharkey2021-03-181-0/+22
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Bluetooth doc: The is a -> This is aMyles Watson2019-10-231-1/+1
* Bluetooth: Make ScanRecord.getServiceSolicitationUuids NonNullJakub Pawlowski2019-04-121-4/+2
* Bluetooth: Fix NPE when accesing Manufacturer Data of invalid ScanRecordJakub Pawlowski2018-11-291-0/+3
* BLE: Add service solicitation uuid feature in scan filterNitin Shivpure2018-08-291-3/+50
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-011-0/+2
* ScanRecord.getServiceData NPE fixJakub Pawlowski2018-06-111-1/+1
* Fix checkstyle errors (2/2)Jack He2017-08-241-2/+2
* Fix checkstyle errors (1/2)Jack He2017-08-241-3/+4
* Add 32 and 128 bit Service Data parsing.Jakub Pawlowski2017-05-261-4/+12
* Unregister app when advertise failed after registration.Wei Wang2014-09-021-2/+2
* Protect from malformed advt with invalid manf_id/data comboPrerepa Viswanadham2014-08-141-2/+4
* Revert "Revert "Service data and manufacturer data can be repeated fields.""Wei Wang2014-08-011-44/+45
* Revert "Service data and manufacturer data can be repeated fields."Sungsoo Lim2014-08-011-45/+44
* Service data and manufacturer data can be repeated fields.Wei Wang2014-07-311-44/+45
* Split manu id and manu data.Wei Wang2014-07-271-6/+7
* More API modification of BLE APIs (1/2).Wei Wang2014-07-181-11/+25
* Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (1/2)Wei Wang2014-07-111-12/+11
* Address API review comments.Wei Wang2014-05-291-0/+278