summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/le/AdvertiseData.java
AgeCommit message (Expand)Author
2021-11-18Bluetooth: make it possible to advertise Transport Discovery DataJakub Pawlowski
2021-02-03Merge "AdvertiseData: fix nullable collection" am: 85f8cf7488 am: 8f608a49b5 ...Treehugger Robot
2021-01-28AdvertiseData: fix nullable collectionAdrian Roos
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-10-08Bluetooth: make it possible to advertise service solicitation UUIDJakub Pawlowski
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2017-08-24Fix checkstyle errors (2/2)Jack He
2017-08-24Fix checkstyle errors (1/2)Jack He
2017-08-09Bluetooth: AdvertiseData parceling simplificationJakub Pawlowski
2014-09-02Unregister app when advertise failed after registration.Wei Wang
2014-08-15Fix API council review comments. Also hide certain APIs(1/3).Wei Wang
2014-08-01Revert "Revert "Service data and manufacturer data can be repeated fields.""Wei Wang
2014-08-01Revert "Service data and manufacturer data can be repeated fields."Sungsoo Lim
2014-07-31Service data and manufacturer data can be repeated fields.Wei Wang
2014-07-23Move AdvertiseData length check to BluetoothAdvertiser.Wei Wang
2014-07-23Fix parcel issues with empty service uuid. Added tests.Wei Wang
2014-07-18More API modification of BLE APIs (1/2).Wei Wang
2014-07-11Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (1/2)Wei Wang