Skip to content

Commit a71f5d7

Browse files
committed
Override max num BLE connections to allow up to 5 connections
1 parent 03902e6 commit a71f5d7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: variants/ARDUINO_NANO33BLE/conf/mbed_app.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"platform.default-serial-baud-rate": 115200,
1414
"platform.callback-nontrivial": true,
1515
"rtos.main-thread-stack-size": 32768,
16+
"cordio.max-connections": 5,
1617
"target.mbed_app_start": "0x10000"
1718
}
1819
}

Diff for: variants/PORTENTA_H7_M4/conf/mbed_app.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"platform.default-serial-baud-rate": 115200,
88
"platform.callback-nontrivial": true,
99
"rtos.main-thread-stack-size": 32768,
10+
"cordio.max-connections": 5,
1011
"target.macros_add": [
1112
"MBED_HEAP_STATS_ENABLED=1",
1213
"MBED_STACK_STATS_ENABLED=1",

Diff for: variants/PORTENTA_H7_M7/conf/mbed_app.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"platform.default-serial-baud-rate": 115200,
88
"platform.callback-nontrivial": true,
99
"rtos.main-thread-stack-size": 32768,
10+
"cordio.max-connections": 5,
1011
"target.mbed_app_start": "0x8040000",
1112
"target.macros_add": [
1213
"MBED_HEAP_STATS_ENABLED=1",

0 commit comments

Comments
 (0)