--- android/gatt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/gatt.c b/android/gatt.c index bbf899f..6262c93 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -1832,8 +1832,7 @@ static void send_client_char_notify(const struct characteristic *ch, sizeof(ev), &ev); } -static void cache_all_srvc_chars(struct service *srvc, - GSList *characteristics) +static void cache_all_srvc_chars(struct service *srvc, GSList *characteristics) { uint16_t inst_id = 0; bt_uuid_t uuid; -- 1.9.2 -- 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