History log of /frameworks/base/core/java/android/bluetooth/IBluetoothGattServerCallback.aidl
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/IBluetoothGattServerCallback.aidl
f0b56a5a7f9cff4b4ed120188be65a7bc08e2256 19-Sep-2014 Prerepa Viswanadham <dham@google.com> Remove remanents of onConnectionCongested in framwork

Bug:17289507
Change-Id: Ia28c39822141edd0e4dc3f623b8c2f280fc5f943
/frameworks/base/core/java/android/bluetooth/IBluetoothGattServerCallback.aidl
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/IBluetoothGattServerCallback.aidl
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/IBluetoothGattServerCallback.aidl