mirror of https://github.com/ARMmbed/mbed-os.git
BLE - Fix Cordio LL extended advertising size.
parent
a74c4ce57f
commit
12bdc0ebdb
|
@ -30,8 +30,8 @@
|
|||
"value": 0
|
||||
},
|
||||
"extended-advertising-size": {
|
||||
"help": "Maximum extended advertising data (and scan data response) size",
|
||||
"value": 128
|
||||
"help": "Maximum extended advertising data (and scan data response) size, Minimum value is 251",
|
||||
"value": 251
|
||||
},
|
||||
"max-acl-size": {
|
||||
"help": "Maximum ACL buffer size",
|
||||
|
|
Loading…
Reference in New Issue