summaryrefslogtreecommitdiff
path: root/android/tester-main.c
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.c
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.c')
-rw-r--r--android/tester-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/tester-main.c b/android/tester-main.c
index d5ebe162a..bb064b7bb 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -106,6 +106,7 @@ static struct {
DBG_CB(CB_EMU_CONFIRM_SEND_DATA),
DBG_CB(CB_EMU_ENCRYPTION_ENABLED),
DBG_CB(CB_EMU_ENCRYPTION_DISABLED),
+ DBG_CB(CB_EMU_CONNECTION_REJECTED),
};
static gboolean check_callbacks_called(gpointer user_data)