summaryrefslogtreecommitdiff
path: root/android/tester-main.c
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-10 11:04:47 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-10 20:48:52 +0100
commit0867017681de8a170c93a3650b4472daa19f191b (patch)
tree8715a03892b8c6384682f7a29c9b8e7b072d3530 /android/tester-main.c
parentf230d1c3a55199d6f1a9f9b40851c9b463cf72eb (diff)
downloadbluez-0867017681de8a170c93a3650b4472daa19f191b.tar.gz
android/tester: Initialize unused callback to NULL
Diffstat (limited to 'android/tester-main.c')
-rw-r--r--android/tester-main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/tester-main.c b/android/tester-main.c
index 44a272676..33ef3ce57 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -1394,7 +1394,8 @@ static bthh_callbacks_t bthh_callbacks = {
.protocol_mode_cb = hidhost_protocol_mode_cb,
.idle_time_cb = NULL,
.get_report_cb = hidhost_get_report_cb,
- .virtual_unplug_cb = hidhost_virtual_unplug_cb
+ .virtual_unplug_cb = hidhost_virtual_unplug_cb,
+ .handshake_cb = NULL,
};
static void gattc_register_client_cb(int status, int client_if,