Hi Jakub, On Thursday 17 of April 2014 08:44:23 Jakub Tyszkowski wrote: > --- > android/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/android/main.c b/android/main.c > index e229a6d..99ab376 100644 > --- a/android/main.c > +++ b/android/main.c > @@ -377,7 +377,7 @@ static void cleanup_services(void) > > DBG(""); > > - for (i = HAL_SERVICE_ID_BLUETOOTH; i < HAL_SERVICE_ID_MAX; i++) { > + for (i = HAL_SERVICE_ID_BLUETOOTH; i < HAL_SERVICE_ID_MAX + 1; i++) { > if (!services[i]) > continue; > Patch applied, thanks. -- Best regards, Szymon Janc -- 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