mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'bugfix/low_spp_throughput_v6.1' into 'release/v6.1'
change(bt/bluedroid): increased port low watermark of RFCOMM (v6.1) See merge request espressif/esp-idf!51083
This commit is contained in:
@@ -2047,7 +2047,7 @@
|
||||
|
||||
/* The port receive queue low watermark level, in number of buffers. */
|
||||
#ifndef PORT_RX_BUF_LOW_WM
|
||||
#define PORT_RX_BUF_LOW_WM 4
|
||||
#define PORT_RX_BUF_LOW_WM 6
|
||||
#endif
|
||||
|
||||
/* The port receive queue high watermark level, in number of buffers. */
|
||||
|
||||
Reference in New Issue
Block a user