OSDN Git Service

Get whole GATT db, instead of one by one element.
authorJakub Pawlowski <jpawlowski@google.com>
Fri, 26 Feb 2016 20:01:36 +0000 (12:01 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Tue, 22 Mar 2016 02:53:56 +0000 (02:53 +0000)
commitaa935f98f6c200298325027705b9ea031fce3467
tree7539b2ca3a2ab927a9ed762507a00081207d5ce9
parent26469ff3f9f4ab96ad288e0934220023a0c159f1
Get whole GATT db, instead of one by one element.

This patch uses new get_gatt_db method instead of current set of
callback to obtain GATT db.t

Bug: 27455533
Change-Id: I52e12253dd850ce8de35297c941638189cbbed1e
jni/com_android_bluetooth_gatt.cpp
src/com/android/bluetooth/gatt/GattDbElement.java [new file with mode: 0644]
src/com/android/bluetooth/gatt/GattService.java
src/com/android/bluetooth/gatt/SearchQueue.java [deleted file]