android/health: Fix wrong boolean value for command handler

bt_health_register_app contains variable data.
This commit is contained in:
Ravi kumar Veeramally 2014-04-22 15:06:03 +03:00 committed by Szymon Janc
parent a4fd7df5ad
commit 7a588b4067

View File

@ -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,