summaryrefslogtreecommitdiff
path: root/android/ipc.h
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/ipc.h
parenta3b0e736af821d4d8bc620fdc83d333f7b241b88 (diff)
downloadbluez-3f7daeb0e8ef5301d2c33d10e8036bb5db337d27.tar.gz
android: Add support for disabling notifications in IPC
Diffstat (limited to 'android/ipc.h')
-rw-r--r--android/ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/ipc.h b/android/ipc.h
index 63b751d6b..d46dbbf74 100644
--- a/android/ipc.h
+++ b/android/ipc.h
@@ -37,6 +37,7 @@ struct ipc;
typedef void (*ipc_disconnect_cb) (void *data);
struct ipc *ipc_init(const char *path, size_t size, int max_service_id,
+ bool notifications,
ipc_disconnect_cb cb, void *cb_data);
void ipc_cleanup(struct ipc *ipc);