Skip to content

Commit 79c0d3a

Browse files
pan-adbridge
authored andcommitted
BLE - Fix Cordio LL extended advertising size.
1 parent 8cd222c commit 79c0d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO_LL/mbed_lib.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"value": 0
3131
},
3232
"extended-advertising-size": {
33-
"help": "Maximum extended advertising data (and scan data response) size",
34-
"value": 128
33+
"help": "Maximum extended advertising data (and scan data response) size, Minimum value is 251",
34+
"value": 251
3535
},
3636
"max-acl-size": {
3737
"help": "Maximum ACL buffer size",

0 commit comments

Comments
 (0)