-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Labels
area: Bluetootharea: Bluetooth Controllerarea: Bluetooth LLCPbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Milestone
Description
Describe the bug
the babblesim test tests/bluetooth/bsim_bt/bsim_test_multiple fails if the maximum number of connections is higher than circa 170.
The test should pass with a maximum number of connections set to 250
To Reproduce
- change the prj.conf file, so that CONFIG_BT_MAX_CONN=250
- run the script 'compile.sh' or alternatively only compile the bsim_test_multiple sample
- run the script tests/bluetooth/bsim_bt/bsim_test_multiple/test_scripts/multiple.sh
- there will be error-messages saying that connecting failed after about 170 succesfull connections
Possible cause might be related to the allocated buffers, using an uint8_t instead of uint16_t causing memory corruption
Metadata
Metadata
Labels
area: Bluetootharea: Bluetooth Controllerarea: Bluetooth LLCPbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug