summaryrefslogtreecommitdiff
path: root/android/hal-ipc.h
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-ipc.h
parent02dc1cdd6041c34899f4fd047997ba0f54e036aa (diff)
downloadbluez-7b78c20b7eaa5a3d254e710644d0394cd28b45fc.tar.gz
android/hal-ipc: Pass FD to notification handlers
Diffstat (limited to 'android/hal-ipc.h')
-rw-r--r--android/hal-ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-ipc.h b/android/hal-ipc.h
index b61d557f9..08ed7cc85 100644
--- a/android/hal-ipc.h
+++ b/android/hal-ipc.h
@@ -16,7 +16,7 @@
*/
struct hal_ipc_handler {
- void (*handler) (void *buf, uint16_t len);
+ void (*handler) (void *buf, uint16_t len, int fd);
bool var_len;
size_t data_len;
};