apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
680 stars 392 forks source link

controller: assertion in ble_ll_adv_send_conn_comp_ev #1805

Open piotrnarajowski opened 1 month ago

piotrnarajowski commented 1 month ago

Failed assertion occurs in ble_ll_adv_send_conn_comp_ev() while testing blestress app - testcase num 11.

image

image

image

Unfortunately, for some reason this isn't reproducing when running only specific test case. To reproduce this issue, you'll have to run all tests. You'll need two nRF52 boards. Use blestress README file to setup blestress app correctly or create targets as shown in the picutre below. image

piotrnarajowski commented 1 month ago

FYI @andrzej-kaczmarek