From 3c45c1577f4a3d372808838908b1251bc72f875d Mon Sep 17 00:00:00 2001 From: Jacques Gagnon Date: Sun, 21 Apr 2024 21:39:03 -0400 Subject: [PATCH] [BT] Extend space for SDP data --- main/bluetooth/host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/bluetooth/host.h b/main/bluetooth/host.h index bbf4a032..2700f609 100644 --- a/main/bluetooth/host.h +++ b/main/bluetooth/host.h @@ -16,7 +16,7 @@ #include "hidp/hidp.h" #define BT_MAX_RETRY 3 -#define BT_SDP_DATA_SIZE 2048 +#define BT_SDP_DATA_SIZE 4096 enum { /* BT device connection flags */