Set HCI_ACL_PAYLOAD_SIZE to 1695 (1691 + 4). This is at least enough to support

the minimum l2cap mtu of 1691 bytes, required by bnep
This commit is contained in:
ole.reinhardt@googlemail.com 2014-11-12 00:12:18 +00:00
parent feb9b63cc4
commit c24894aa88

View File

@ -16,8 +16,9 @@
#define SDP_DES_DUMP
#define ENABLE_LOG_INFO
#define ENABLE_LOG_ERROR
#define HCI_ACL_PAYLOAD_SIZE 1021
//#define HCI_ACL_PAYLOAD_SIZE 1021
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
#define HAVE_HCI_DUMP
#define SDP_DES_DUMP
#endif
#endif