mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'bugfix/low_spp_throughput_v5.5' into 'release/v5.5'
change(bt/bluedroid): increased port low watermark of RFCOMM (v5.5) See merge request espressif/esp-idf!51085
This commit is contained in:
@@ -2115,7 +2115,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