summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothGatt.java
Commit message (Expand)AuthorAgeFilesLines
* Fix BT crash due to unset value for BluetoothGattDescriptor from API userPrerepa Viswanadham2014-12-041-2/+2
* Remove remanents of onConnectionCongested in framworkPrerepa Viswanadham2014-09-241-16/+0
* Remove onConnectionCongested callbackPrerepa Viswanadham2014-09-111-1/+2
* LE: Rename new MTU and connection paramter update APIsAndre Eisenbach2014-08-201-16/+16
* Add a default impelementation of IBluetoothGattCallback(1/2).Wei Wang2014-08-011-42/+2
* LE: Do not invoke callback if retrying read/write operationAndre Eisenbach2014-07-281-0/+2
* Reduce GATT logging outputAndre Eisenbach2014-07-181-19/+19
* LE: Add connection parameter update request API (4/4)Andre Eisenbach2014-07-181-1/+52
* OnFound and Onlost callback integrationPrerepa Viswanadham2014-07-091-0/+9
* LE: Un-hide new congestion control and MTU APIsAndre Eisenbach2014-07-081-4/+1
* Implement batch scan APIWei Wang2014-07-081-0/+6
* LE: Hide new congestion constant for nowAndre Eisenbach2014-06-271-1/+3
* LE: Add notification sent and congestion callbacks (3/4)Andre Eisenbach2014-06-271-0/+18
* Fix bug where GATT descriptors weren't being added to right characteristicMike J. Chen2014-06-241-1/+1
* Revert "Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost an...Wei Wang2014-05-191-1/+9
* Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multip...Wei Wang2014-05-201-9/+1
* APIs for BLE scan, scan filter, batch scan, onFound/onLost and multipleWei Wang2014-05-191-1/+9
* Add transport param to Connect APIsGanesh Ganapathi Batta2014-05-061-3/+6
* am 54499194: am 2e8a2d20: Merge "LE: Return false if an attribute read/write ...Zhihai Xu2014-04-101-0/+60
|\
| * LE: Return false if an attribute read/write is in progressAndre Eisenbach2014-04-091-0/+60
* | am 7d394df2: am ae1b763c: Merge "LE: Add API to configure MTU for a given con...Zhihai Xu2014-03-311-0/+47
|\ \ | |/
| * LE: Add API to configure MTU for a given connection (3/4)Andre Eisenbach2014-03-251-0/+47
| * DO NOT MERGE: Add status callback for start/stop advertising.Wei Wang2014-03-201-0/+9
| * DO NOT MERGE BLE peripheral mode (3/4): Add peripheral mode API.Wei Wang2014-03-061-73/+0
* | Add status callback for start/stop advertising.Wei Wang2014-03-181-2/+9
* | BLE peripheral mode (3/4): Add peripheral mode API.Wei Wang2013-12-191-73/+0
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-9/+0
|/
* Block ble adv api based on resource configMatthew Xie2013-08-281-0/+8
* Update commentsJohn Du2013-08-201-1/+1
* Change abortReliableWrite(BluetoothDevice) to abortReliableWrite()John Du2013-08-191-1/+8
* LE: Add peripheral role support (1/4)Andre Eisenbach2013-08-141-0/+65
* LE: Add instance ID to descriptors (1/4)Andre Eisenbach2013-08-131-18/+18
* am 0fdb05a7: am b190890a: Merge "Update javadoc to give app write better guid...Matthew Xie2013-05-301-0/+3
|\
| * Merge "Update javadoc to give app write better guidence" into jb-mr2-devMatthew Xie2013-05-301-0/+3
| |\
| | * Update javadoc to give app write better guidenceMatthew Xie2013-05-301-0/+3
* | | am 897d98a7: am 6ea0636a: Merge "Revert "Revert "Change GATT_FAILURE from 0 t...Matthew Xie2013-05-281-3/+3
|\ \ \ | |/ /
| * | Revert "Revert "Change GATT_FAILURE from 0 to 0x101""Matthew Xie2013-05-281-3/+3
| |/
* | am e7e6bf9f: am 27e45361: Merge "Revert "Change GATT_FAILURE from 0 to 0x101"...Matthew Xie2013-05-281-3/+3
|\ \ | |/
| * Revert "Change GATT_FAILURE from 0 to 0x101"Matthew Xie2013-05-261-3/+3
* | am 84e1afcc: am 413f6293: Merge "Change GATT_FAILURE from 0 to 0x101" into jb...Matthew Xie2013-05-281-3/+3
|\ \ | |/
| * Change GATT_FAILURE from 0 to 0x101Matthew Xie2013-05-231-3/+3
* | BluetoothGatt: Print stack trace if an exception occurs in a callbackMike Lockwood2013-05-131-9/+9
|/
* Change BluetoothGattCallback methods argument from BluetoothDevice to Bluetoo...Matthew Xie2013-04-031-14/+44
* Unhide Bluetooth Low Energy public APIsMatthew Xie2013-03-281-349/+176
* Initial version of BLE support for BluedroidGanesh Ganapathi Batta2013-02-271-0/+1309