summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothGattServer.java
Commit message (Expand)AuthorAgeFilesLines
* Add server-side callback for change in MTU (4/4)Andre Eisenbach2014-11-261-0/+18
* Remove remanents of onConnectionCongested in framworkPrerepa Viswanadham2014-09-241-19/+0
* Remove onConnectionCongested callbackPrerepa Viswanadham2014-09-111-1/+2
* Prevent crash in Gatt service due to null pointer inPrerepa Viswanadham2014-08-141-0/+6
* Reduce GATT logging outputAndre Eisenbach2014-07-181-8/+9
* LE: Fix GATT server documentation to reflect API updatesAndre Eisenbach2014-07-011-5/+5
* LE: Add notification sent and congestion callbacks (3/4)Andre Eisenbach2014-06-271-0/+36
* Add transport param to Connect APIsGanesh Ganapathi Batta2014-05-061-2/+4
* BLE peripheral mode (3/4): Add peripheral mode API.Wei Wang2013-12-191-1/+1
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-9/+0
* am 0fdb05a7: am b190890a: Merge "Update javadoc to give app write better guid...Matthew Xie2013-05-301-0/+3
|\
| * Update javadoc to give app write better guidenceMatthew Xie2013-05-301-0/+3
* | BluetoothGatt: Print stack trace if an exception occurs in a callbackMike Lockwood2013-05-131-7/+7
|/
* Make BluetoothGattServer.close() publicAndre Eisenbach2013-04-101-2/+2
* Fix minor LE descriptor permissions issueAndre Eisenbach2013-04-031-2/+3
* Unhide Bluetooth Low Energy public APIsMatthew Xie2013-03-281-309/+99
* Fixed 32 bit characteristic value assignmentAndre Eisenbach2013-03-121-2/+2
* Initial version of BLE support for BluedroidGanesh Ganapathi Batta2013-02-271-0/+900