hid_host_demo: larger max attribute value for larger hid descriptor length

This commit is contained in:
Matthias Ringwald 2017-11-27 15:19:54 +01:00
parent e85416c122
commit 67c74d2681

View File

@ -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];