summaryrefslogtreecommitdiff
path: root/android/tester-main.h
diff options
context:
space:
mode:
authorJakub Tyszkowski <jakub.tyszkowski@tieto.com>2014-10-03 15:08:39 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-10-06 13:27:12 +0200
commitf4a752bf41610057d4ba5a559aff4afb2283ae43 (patch)
tree2543a3ede7acc6b175bc7312b14c32ba14de1007 /android/tester-main.h
parentfe6bc818bc82858d81db2b41a178c0659a378aef (diff)
downloadbluez-f4a752bf41610057d4ba5a559aff4afb2283ae43.tar.gz
android/tester: Rename and expose callback verification function
This is needed to verify action result on remotes side by using hciemu hooks for example. As hooks are test specific, we need this to be exposed to other testers.
Diffstat (limited to 'android/tester-main.h')
-rw-r--r--android/tester-main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/tester-main.h b/android/tester-main.h
index a34358973..3e5c27d27 100644
--- a/android/tester-main.h
+++ b/android/tester-main.h
@@ -561,6 +561,7 @@ void remove_gatt_tests(void);
/* Generic tester API */
void schedule_action_verification(struct step *step);
+void schedule_callback_verification(struct step *step);
/* Emulator actions */
void emu_setup_powered_remote_action(void);