From 67c74d26818aa3786aae9b628dc9a0701c305ea5 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 27 Nov 2017 15:19:54 +0100 Subject: [PATCH] hid_host_demo: larger max attribute value for larger hid descriptor length --- example/hid_host_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/hid_host_demo.c b/example/hid_host_demo.c index 1a0eab726..6d2381841 100644 --- a/example/hid_host_demo.c +++ b/example/hid_host_demo.c @@ -52,7 +52,7 @@ #include "btstack_config.h" #include "btstack.h" -#define MAX_ATTRIBUTE_VALUE_SIZE 200 +#define MAX_ATTRIBUTE_VALUE_SIZE 300 // SDP static uint8_t hid_descriptor[MAX_ATTRIBUTE_VALUE_SIZE];