From 74bd0d5e41c81ff0dd2729fba6de9871d6595a6d Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Mon, 16 Jun 2014 18:01:39 +0300 Subject: [PATCH] android/health: Notify application deregistration status --- android/health.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/health.c b/android/health.c index 1d2396d93..7e2c5d643 100644 --- a/android/health.c +++ b/android/health.c @@ -732,6 +732,8 @@ static void bt_health_unregister_app(const void *buf, uint16_t len) return; } + send_app_reg_notify(app, HAL_HEALTH_APP_DEREG_SUCCESS); + if (record_id > 0) { bt_adapter_remove_record(record_id); record_id = 0; -- 2.47.3