History log of /frameworks/base/core/java/android/bluetooth/BluetoothGattCallbackWrapper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c9d13c3e3eab9c6568abaef55ab86fb5d2c46ad1 18-Mar-2016 Jakub Pawlowski <jpawlowski@google.com> Use handles to identify GATT attributes (4/4)

Bug: 27778668
Change-Id: I01e095939df2f8dc433f14b473957c815ecade74
/frameworks/base/core/java/android/bluetooth/BluetoothGattCallbackWrapper.java
bf0faed3597b92d950febafcf555ad05529559d6 02-Mar-2016 Jakub Pawlowski <jpawlowski@google.com> Change how services are passed up to the stack

Right now we pass all services, characteristics and descriptors one by one.
This patch changes that - now we pass whole GATT database at once.

Bug: 27455533
Change-Id: Ie42cd80072538e411904b9c9b011a978f26158b9
/frameworks/base/core/java/android/bluetooth/BluetoothGattCallbackWrapper.java
db1dbb889588505cd340e954acbde7ebf7c086d6 10-Apr-2015 Prerepa Viswanadham <dham@google.com> Manage onfound/lost resources (1/2)

Provide error callback to app if advertisement tracking resources
can't be reserved

Change-Id: Ie66b2ec7a64b24bbdf3bb22003a4a7eb46623792
/frameworks/base/core/java/android/bluetooth/BluetoothGattCallbackWrapper.java
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/BluetoothGattCallbackWrapper.java
d5324e4183c97ae7271b6eda4204d9f0dc003023 07-Aug-2014 Prerepa Viswanadham <dham@google.com> OnLost/OnFound integration - onfound match is done in framework,
whereas hw signal is used to report onlost.

Bug 16733710

Change-Id: I7b177b7afd730341c336818857436c095735b53b
/frameworks/base/core/java/android/bluetooth/BluetoothGattCallbackWrapper.java
e0d4afb2d4caecb264852a35f6e3cfc1248e08c4 30-Jul-2014 Wei Wang <weiwa@google.com> Add a default impelementation of IBluetoothGattCallback(1/2).

Also cleaned up a few TODOs and fixed bug.
b/16410260 AdvertiseCallback null onSuccess callback

Change-Id: I75a582c03be1e2ef6964c2cbeba42aaaf9f9e17c
/frameworks/base/core/java/android/bluetooth/BluetoothGattCallbackWrapper.java