summaryrefslogtreecommitdiff
path: root/android/tester-main.h
diff options
context:
space:
mode:
authorJakub Tyszkowski <jakub.tyszkowski@tieto.com>2014-10-03 15:08:43 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-10-06 13:34:18 +0200
commita123e4aa4bb0fb73b6529ca50e27479b10b80d20 (patch)
tree739d9375ea3fbe36256734955ce393f582fe04e4 /android/tester-main.h
parent1bf4b2b2ba145aaed3795a80e0a75d17839eaba5 (diff)
downloadbluez-a123e4aa4bb0fb73b6529ca50e27479b10b80d20.tar.gz
android/tester: Add case for reconnecting HID keyboard device
This test case checks if we correctly raise security level for reconnecting keyboard devices when previously paired.
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 e96ad242a..922f1cf5d 100644
--- a/android/tester-main.h
+++ b/android/tester-main.h
@@ -402,6 +402,7 @@ typedef enum {
CB_EMU_CONFIRM_SEND_DATA,
CB_EMU_ENCRYPTION_ENABLED,
CB_EMU_ENCRYPTION_DISABLED,
+ CB_EMU_CONNECTION_REJECTED,
} expected_bt_callback_t;
struct test_data {