History log of /frameworks/base/core/java/android/bluetooth/BluetoothGattServerCallback.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
16bf846990293e1f19f042eed8e2ce5e7348ac5a 18-Nov-2014 Andre Eisenbach <eisenbach@google.com> Add server-side callback for change in MTU (4/4)

When a client requests to update the LE transport MTU, the server
currently does not get notified and can therefor not properly size
notifications appropriate to the current MTU.

Bug: 18388114
Change-Id: I515bfc2cc9846490d57de71860f41ea9a61fa243
/frameworks/base/core/java/android/bluetooth/BluetoothGattServerCallback.java
ba4f57a1c6979676d20ff29a614deb64171230e6 11-Sep-2014 Prerepa Viswanadham <dham@google.com> Remove onConnectionCongested callback

Bug:17289507

Change-Id: I49fd99d320084c618dcec756b832fb3b6a6aec51
/frameworks/base/core/java/android/bluetooth/BluetoothGattServerCallback.java
4072da041da2911dd56635b530b276671ce0199d 20-Aug-2014 Andre Eisenbach <eisenbach@google.com> LE: Rename new MTU and connection paramter update APIs

bug 17005342

Change-Id: I23151e1e92fe86896fc2883f81aef82084bb4215
/frameworks/base/core/java/android/bluetooth/BluetoothGattServerCallback.java
45a0a1a689518df7e2c904b902e28f6d68b76e2a 30-Jun-2014 Andre Eisenbach <eisenbach@google.com> LE: Un-hide new congestion control and MTU APIs

Change-Id: I5ce395481620dd7ab611b1ab0eaeb5e29c4f13fa
/frameworks/base/core/java/android/bluetooth/BluetoothGattServerCallback.java
dadefdad8ef424991feb45f02f923a2f8224285b 28-Mar-2014 Andre Eisenbach <andre@broadcom.com> LE: Add notification sent and congestion callbacks (3/4)

This change introduces two new callbacks for applications to better
handle LE notification flow control and transport congestion. The
notification callback is invoked when the remote platform confirms an
indication or when a local notification has been passed to the
controller. No new notifications should be sent until a callback is
received.

Congestion callbacks are triggered when a GATT operation cannot be sent
to the local Bluetooth controller. Repeatedly calling
writeCharacteristic() for example will eventually trigger a congestion
callback. Applications cannot send additional data until a further
callback is received, indicating that the congestion has cleared up.

Also made server callbacks "oneway" in the AIDL definition file.

Change-Id: I7fa3324712205c79efce58e5e3df8b80a265a442
/frameworks/base/core/java/android/bluetooth/BluetoothGattServerCallback.java
6090995951c6e2e4dcf38102f01793f8a94166e1 19-Nov-2013 John Spurlock <jspurlock@google.com> Remove unused imports from frameworks/base.

Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/core/java/android/bluetooth/BluetoothGattServerCallback.java
ddf7e4756c31d0ed90802f98abeaa79df6d16b2a 02-Mar-2013 Matthew Xie <mattx@google.com> Unhide Bluetooth Low Energy public APIs

Updated API headers. Add BluetoothManager to be retrieved by
context.getSystemService(Context.BLUETOOTH_SERVICE).
LE scan functions are placed in BluetoothAdapter
The GATT API are device driven instead of a profile-driver.
bug 8450158

Change-Id: I424a4cedaac3ef8120a05996500008dd210d2553
/frameworks/base/core/java/android/bluetooth/BluetoothGattServerCallback.java
9908112fd085d8b0d91e0562d32eebd1884f09a5 06-Feb-2013 Ganesh Ganapathi Batta <ganeshg@broadcom.com> Initial version of BLE support for Bluedroid

The API classes are hidden for now. Will unhide after API console
approval.
Change-Id: I8283dd562fd6189fdd15c866ef2efb8bbdbc4109
/frameworks/base/core/java/android/bluetooth/BluetoothGattServerCallback.java