summaryrefslogtreecommitdiff
path: root/android/hal-health.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-06-11 15:53:06 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-06-12 13:04:31 +0200
commit7b78c20b7eaa5a3d254e710644d0394cd28b45fc (patch)
treee3173615f11cb7a1202284d39a9992b6bd849f72 /android/hal-health.c
parent02dc1cdd6041c34899f4fd047997ba0f54e036aa (diff)
downloadbluez-7b78c20b7eaa5a3d254e710644d0394cd28b45fc.tar.gz
android/hal-ipc: Pass FD to notification handlers
Diffstat (limited to 'android/hal-health.c')
-rw-r--r--android/hal-health.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-health.c b/android/hal-health.c
index e7326d762..0ef6afc25 100644
--- a/android/hal-health.c
+++ b/android/hal-health.c
@@ -33,7 +33,7 @@ static bool interface_ready(void)
return cbacks != NULL;
}
-static void handle_app_registration_state(void *buf, uint16_t len)
+static void handle_app_registration_state(void *buf, uint16_t len, int fd)
{
struct hal_ev_health_app_reg_state *ev = buf;