summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothGattCharacteristic.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-021-0/+5
* Merge "docs: Typo fixes" into oc-mr1-devAndrew Solovay2017-10-281-1/+1
|\
| * docs: Typo fixesAndrew Solovay2017-10-271-1/+1
* | Fix checkstyle errors (2/2)Jack He2017-08-241-5/+4
* | Fix checkstyle errors (1/2)Jack He2017-08-241-61/+71
|/
* GATT Server refactoring (2/4)Jakub Pawlowski2016-08-021-2/+10
* Fix GATT Characteristic write type serializationJakub Pawlowski2016-05-111-0/+4
* Change how services are passed up to the stackJakub Pawlowski2016-03-181-1/+57
* Prevent NullPointerException in getStringValue if no value is setAndre Eisenbach2014-12-091-1/+1
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* LE: Add instance ID to descriptors (1/4)Andre Eisenbach2013-08-131-0/+14
* Change BluetoothGattCallback methods argument from BluetoothDevice to Bluetoo...Matthew Xie2013-04-031-0/+4
* Unhide Bluetooth Low Energy public APIsMatthew Xie2013-03-281-42/+49
* Fixed 32 bit characteristic value assignmentAndre Eisenbach2013-03-121-1/+2
* Initial version of BLE support for BluedroidGanesh Ganapathi Batta2013-02-271-0/+670