summaryrefslogtreecommitdiff
path: root/android/tester-main.h
diff options
context:
space:
mode:
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>2014-08-26 22:41:49 +0200
committerSzymon Janc <szymon.janc@gmail.com>2014-08-28 20:27:47 +0200
commit8cbfee5f962e90b1930b93eea650d8eb9e151819 (patch)
tree97dfe520e911d99cc552612391bccbefb0ebd242 /android/tester-main.h
parent811c5edc0078e7b358a4b5772d870898f428f6d2 (diff)
downloadbluez-8cbfee5f962e90b1930b93eea650d8eb9e151819.tar.gz
android/tester: Move emu related functions to tester main
Those function can be used by other tester modules In addition function emu_remote_disconnect_hci_action has been changed a bit so it take handle from step data now. It was needed as cid_data was static in tester_gatt.c
Diffstat (limited to 'android/tester-main.h')
-rw-r--r--android/tester-main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/tester-main.h b/android/tester-main.h
index ad8787814..3331e91c2 100644
--- a/android/tester-main.h
+++ b/android/tester-main.h
@@ -430,6 +430,9 @@ void schedule_action_verification(struct step *step);
void emu_setup_powered_remote_action(void);
void emu_set_pin_code_action(void);
void emu_set_ssp_mode_action(void);
+void emu_set_connect_cb_action(void);
+void emu_remote_connect_hci_action(void);
+void emu_remote_disconnect_hci_action(void);
void emu_add_l2cap_server_action(void);
void emu_add_rfcomm_server_action(void);