Skip to content

Commit

Permalink
[BT] Extend space for SDP data
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Apr 22, 2024
1 parent 3767248 commit 3c45c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/bluetooth/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3c45c15

Please sign in to comment.