summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2016-03-03 15:00:46 -0800
committerAndre Eisenbach <eisenbach@google.com>2016-03-22 02:55:24 +0000
commit8c33841d0ff37379f1090a8c72d1c7beeaefd2ac (patch)
tree379dc4873a52f54a33ce8c2d659fd73cac284af4 /jni
parentaa935f98f6c200298325027705b9ea031fce3467 (diff)
downloadandroid_packages_apps_Bluetooth-8c33841d0ff37379f1090a8c72d1c7beeaefd2ac.tar.gz
android_packages_apps_Bluetooth-8c33841d0ff37379f1090a8c72d1c7beeaefd2ac.tar.bz2
android_packages_apps_Bluetooth-8c33841d0ff37379f1090a8c72d1c7beeaefd2ac.zip
Remove unused callbacks
Bug: 27455533 Change-Id: I743b8ba7187a397f088ac720f239e368dd84a7a2
Diffstat (limited to 'jni')
-rw-r--r--jni/com_android_bluetooth_gatt.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/jni/com_android_bluetooth_gatt.cpp b/jni/com_android_bluetooth_gatt.cpp
index a9d23d741..76b210918 100644
--- a/jni/com_android_bluetooth_gatt.cpp
+++ b/jni/com_android_bluetooth_gatt.cpp
@@ -621,10 +621,6 @@ static const btgatt_client_callbacks_t sGattClientCallbacks = {
btgattc_open_cb,
btgattc_close_cb,
btgattc_search_complete_cb,
- NULL,
- NULL,
- NULL,
- NULL,
btgattc_register_for_notification_cb,
btgattc_notify_cb,
btgattc_read_characteristic_cb,