mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
Merge branch 'bugfix/correct_nimble_kconfig' into 'master'
Nimble: Corrected default value for ATT_PREFERRED_MTU and ACL_BUF_SIZE See merge request espressif/esp-idf!17779
This commit is contained in:
@@ -311,7 +311,7 @@ config BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN
|
|||||||
config BT_NIMBLE_ATT_PREFERRED_MTU
|
config BT_NIMBLE_ATT_PREFERRED_MTU
|
||||||
int "Preferred MTU size in octets"
|
int "Preferred MTU size in octets"
|
||||||
depends on BT_NIMBLE_ENABLED
|
depends on BT_NIMBLE_ENABLED
|
||||||
default 512
|
default 256
|
||||||
help
|
help
|
||||||
This is the default value of ATT MTU indicated by the device during an ATT MTU exchange.
|
This is the default value of ATT MTU indicated by the device during an ATT MTU exchange.
|
||||||
This value can be changed using API ble_att_set_preferred_mtu()
|
This value can be changed using API ble_att_set_preferred_mtu()
|
||||||
@@ -333,7 +333,7 @@ config BT_NIMBLE_ACL_BUF_COUNT
|
|||||||
config BT_NIMBLE_ACL_BUF_SIZE
|
config BT_NIMBLE_ACL_BUF_SIZE
|
||||||
int "ACL Buffer size"
|
int "ACL Buffer size"
|
||||||
depends on BT_NIMBLE_ENABLED
|
depends on BT_NIMBLE_ENABLED
|
||||||
default 251
|
default 255
|
||||||
help
|
help
|
||||||
This is the maximum size of the data portion of HCI ACL data packets.
|
This is the maximum size of the data portion of HCI ACL data packets.
|
||||||
It does not include the HCI data header (of 4 bytes)
|
It does not include the HCI data header (of 4 bytes)
|
||||||
|
Reference in New Issue
Block a user