summaryrefslogtreecommitdiff
path: root/android/tester-main.h
diff options
context:
space:
mode:
authorJakub Tyszkowski <jakub.tyszkowski@tieto.com>2014-10-02 10:11:01 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-10-02 14:20:50 +0300
commit88adaba587bc53c795a2bebab95058f804412ab4 (patch)
tree20d3befef50efbcb82e50a1a381929d022bc140d /android/tester-main.h
parenta75a5815ea4dfd6bc1564a9ca722a25383388fb1 (diff)
downloadbluez-88adaba587bc53c795a2bebab95058f804412ab4.tar.gz
android/tester: Use generic connect callback for simple cases
This is usefull when no custom behavior and just simple pdu exchange is needed.
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 aa56cd2b0..c6662cab7 100644
--- a/android/tester-main.h
+++ b/android/tester-main.h
@@ -510,6 +510,7 @@ struct test_case {
};
void tester_handle_l2cap_data_exchange(struct emu_l2cap_cid_data *cid_data);
+void tester_generic_connect_cb(uint16_t handle, uint16_t cid, void *user_data);
/* Get, remove test cases API */
struct queue *get_bluetooth_tests(void);