mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-20 18:03:06 +03:00
Merge branch 'change/revert-ble-log-trans-buf-size_v5.5' into 'release/v5.5'
change(ble_log): reverted default ble log buffer size to 2048 bytes (5.5) See merge request espressif/esp-idf!49325
This commit is contained in:
@@ -17,8 +17,7 @@ if BLE_LOG_ENABLED
|
||||
|
||||
config BLE_LOG_LBM_TRANS_BUF_SIZE
|
||||
int "Total buffer memory per common LBM (bytes)"
|
||||
default 2048 if BT_BLUEDROID_ENABLED
|
||||
default 4096 if BT_NIMBLE_ENABLED
|
||||
default 2048
|
||||
help
|
||||
Total buffer memory allocated for each common pool log buffer
|
||||
manager (LBM). This memory is divided equally among internal
|
||||
|
||||
Reference in New Issue
Block a user