--- android/health.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/android/health.c b/android/health.c index 1905862..7518dad 100644 --- a/android/health.c +++ b/android/health.c @@ -2026,7 +2026,12 @@ static void mcl_disconnected(struct mcap_mcl *mcl, gpointer data) static void mcl_uncached(struct mcap_mcl *mcl, gpointer data) { - DBG("Not implemented"); + struct health_device *dev; + + DBG(""); + + dev = search_dev_by_mcl(mcl); + free_health_device(dev); } bool bt_health_register(struct ipc *ipc, const bdaddr_t *addr, uint8_t mode) -- 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