mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 16:54:38 +08:00
android/health: Fix wrong boolean value for command handler
bt_health_register_app contains variable data.
This commit is contained in:
parent
a4fd7df5ad
commit
7a588b4067
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user