Diff between a4fd7df5ad7f257922277393b195ca12fc191d87 and 7a588b4067bdca7fa3dad608db0da03720d7cab5
Changed Files
| File | Additions | Deletions | Status |
| android/health.c | +1 | -1 | modified |
Full Patch
diff --git a/android/health.c b/android/health.c
index e4f8cbd..0cda91a 100644
--- a/android/health.c
+++ b/android/health.c
@@ -80,7 +80,7 @@ static void bt_health_destroy_channel(const void *buf, uint16_t len)
static const struct ipc_handler cmd_handlers[] = {
/* HAL_OP_HEALTH_REG_APP */
- { bt_health_register_app, false,
+ { bt_health_register_app, true,
sizeof(struct hal_cmd_health_reg_app) },
/* HAL_OP_HEALTH_UNREG_APP */
{ bt_health_unregister_app, false,