Diff between abb07abb4bb18ad44ade126703a3d0f15b4657b5 and 74bd0d5e41c81ff0dd2729fba6de9871d6595a6d

Changed Files

File Additions Deletions Status
android/health.c +2 -0 modified

Full Patch

diff --git a/android/health.c b/android/health.c
index 1d2396d..7e2c5d6 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;