Skip to content

Commit 26fe4dd

Browse files
add info on rx acl buf size
1 parent 064e8de commit 26fe4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"macro_name": "SMP_DB_MAX_DEVICES"
4949
},
5050
"desired-att-mtu": {
51-
"help": "Desired ATT_MTU, this needs to be between 23 and 517 (inclusive).",
51+
"help": "Desired ATT_MTU, this needs to be between 23 and 517 (inclusive). The effective ATT_MTU is limited by rx-acl-buffer-size (minus 4 bytes for the header).",
5252
"value": 23
5353
},
5454
"rx-acl-buffer-size": {

0 commit comments

Comments
 (0)