summaryrefslogtreecommitdiff
path: root/android/tester-main.c
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2014-10-17 15:38:17 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-10-24 14:04:33 +0200
commit0f0ae494de94b84691164852c7695c3dbdc0935e (patch)
tree6cacd3d0a3d96d9b1c247112a4a5f0477055ee10 /android/tester-main.c
parent9314547b1e80ec0fb23c3eea4d44bdcc4d26eb25 (diff)
downloadbluez-0f0ae494de94b84691164852c7695c3dbdc0935e.tar.gz
android/tester: Add GATT server send indication test cases
This adds send indication by server test cases.
Diffstat (limited to 'android/tester-main.c')
-rw-r--r--android/tester-main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/tester-main.c b/android/tester-main.c
index fc1de061e..58f9e9f46 100644
--- a/android/tester-main.c
+++ b/android/tester-main.c
@@ -107,6 +107,8 @@ static struct {
DBG_CB(CB_EMU_ENCRYPTION_ENABLED),
DBG_CB(CB_EMU_ENCRYPTION_DISABLED),
DBG_CB(CB_EMU_CONNECTION_REJECTED),
+ DBG_CB(CB_EMU_VALUE_INDICATION),
+ DBG_CB(CB_EMU_VALUE_NOTIFICATION),
};
static gboolean check_callbacks_called(gpointer user_data)