summaryrefslogtreecommitdiff
path: root/android/test-ipc.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-02-18 15:53:25 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-02-28 15:22:45 +0100
commit3f7daeb0e8ef5301d2c33d10e8036bb5db337d27 (patch)
treea210da85312e0a81f91c87604a27344202295fe0 /android/test-ipc.c
parenta3b0e736af821d4d8bc620fdc83d333f7b241b88 (diff)
downloadbluez-3f7daeb0e8ef5301d2c33d10e8036bb5db337d27.tar.gz
android: Add support for disabling notifications in IPC
Diffstat (limited to 'android/test-ipc.c')
-rw-r--r--android/test-ipc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/android/test-ipc.c b/android/test-ipc.c
index 2f211fd8d..617299100 100644
--- a/android/test-ipc.c
+++ b/android/test-ipc.c
@@ -237,7 +237,7 @@ static void test_init(gconstpointer data)
struct context *context = create_context(data);
ipc = ipc_init(BLUEZ_HAL_SK_PATH, sizeof(BLUEZ_HAL_SK_PATH),
- HAL_SERVICE_ID_MAX, NULL, NULL);
+ HAL_SERVICE_ID_MAX, true, NULL, NULL);
g_assert(ipc);
@@ -288,7 +288,7 @@ static void test_cmd(gconstpointer data)
struct context *context = create_context(data);
ipc = ipc_init(BLUEZ_HAL_SK_PATH, sizeof(BLUEZ_HAL_SK_PATH),
- HAL_SERVICE_ID_MAX, disconnected, context);
+ HAL_SERVICE_ID_MAX, true, disconnected, context);
g_assert(ipc);
@@ -306,7 +306,7 @@ static void test_cmd_reg(gconstpointer data)
const struct test_data *test_data = context->data;
ipc = ipc_init(BLUEZ_HAL_SK_PATH, sizeof(BLUEZ_HAL_SK_PATH),
- HAL_SERVICE_ID_MAX, disconnected, context);
+ HAL_SERVICE_ID_MAX, true, disconnected, context);
g_assert(ipc);
@@ -326,7 +326,7 @@ static void test_cmd_reg_1(gconstpointer data)
struct context *context = create_context(data);
ipc = ipc_init(BLUEZ_HAL_SK_PATH, sizeof(BLUEZ_HAL_SK_PATH),
- HAL_SERVICE_ID_MAX, disconnected, context);
+ HAL_SERVICE_ID_MAX, true, disconnected, context);
g_assert(ipc);