--- android/health.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/health.c b/android/health.c index 4862b76..36ed6e7 100644 --- a/android/health.c +++ b/android/health.c @@ -731,6 +731,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; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html