Skip to content

Bluetooth: controller: llcp: limited nr. of simultaneous connections #48823

@kruithofa

Description

@kruithofa

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

  1. change the prj.conf file, so that CONFIG_BT_MAX_CONN=250
  2. run the script 'compile.sh' or alternatively only compile the bsim_test_multiple sample
  3. run the script tests/bluetooth/bsim_bt/bsim_test_multiple/test_scripts/multiple.sh
  4. 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

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions