From 7561d91ba5c28f6ca6c85e043ac7bb440cefe3fd Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 18 Oct 2020 00:28:22 +0100 Subject: [PATCH] bluez5 - dont have timer repeat that we are just ablout to add again we call ping_schedule anyway. we want this as timeout may vary.. then dont return true to repeat the timer we have... saves having loooots of timers going off. @fix --- src/modules/bluez5/bz_obj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bluez5/bz_obj.c b/src/modules/bluez5/bz_obj.c index 84e13624b..d9e1c14a3 100644 --- a/src/modules/bluez5/bz_obj.c +++ b/src/modules/bluez5/bz_obj.c @@ -683,7 +683,7 @@ cb_ping_timer(void *data) o->ping_block = EINA_FALSE; ping_do(o); ping_schedule(o); - return EINA_TRUE; + return EINA_FALSE; } void