increase SDP_MAX_PAD_LEN to 500 for large hid descriptor

This commit is contained in:
hathach 2022-09-19 22:27:27 +07:00
parent fd5f4b258f
commit 2829fa426d

View file

@ -1413,7 +1413,7 @@
#endif
#ifndef SDP_MAX_PAD_LEN
#define SDP_MAX_PAD_LEN 300
#define SDP_MAX_PAD_LEN 500
#endif
/* The maximum length, in bytes, of an attribute. */