index
:
Project-1CE/packages_modules_Bluetooth
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
/
java
/
android
/
bluetooth
/
le
/
AdvertiseData.java
Age
Commit message (
Expand
)
Author
2021-11-18
Bluetooth: make it possible to advertise Transport Discovery Data
Jakub Pawlowski
2021-02-03
Merge "AdvertiseData: fix nullable collection" am: 85f8cf7488 am: 8f608a49b5 ...
Treehugger Robot
2021-01-28
AdvertiseData: fix nullable collection
Adrian Roos
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-10-08
Bluetooth: make it possible to advertise service solicitation UUID
Jakub Pawlowski
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2017-08-24
Fix checkstyle errors (2/2)
Jack He
2017-08-24
Fix checkstyle errors (1/2)
Jack He
2017-08-09
Bluetooth: AdvertiseData parceling simplification
Jakub Pawlowski
2014-09-02
Unregister app when advertise failed after registration.
Wei Wang
2014-08-15
Fix API council review comments. Also hide certain APIs(1/3).
Wei Wang
2014-08-01
Revert "Revert "Service data and manufacturer data can be repeated fields.""
Wei Wang
2014-08-01
Revert "Service data and manufacturer data can be repeated fields."
Sungsoo Lim
2014-07-31
Service data and manufacturer data can be repeated fields.
Wei Wang
2014-07-23
Move AdvertiseData length check to BluetoothAdvertiser.
Wei Wang
2014-07-23
Fix parcel issues with empty service uuid. Added tests.
Wei Wang
2014-07-18
More API modification of BLE APIs (1/2).
Wei Wang
2014-07-11
Unhide Bluetooth batch APIs. Deprecate BluetoothAdpater scan APIs. (1/2)
Wei Wang