ARMmbed / mbed-os-example-ble

BLE demos using mbed OS and mbed cli
Apache License 2.0
134 stars 118 forks source link

Don't destroy set before it stops #380

Closed paul-szczepanek-arm closed 3 years ago

paul-szczepanek-arm commented 3 years ago

Set destroyed too early. We need to wait until it stops. The change is that I moved the block that destroys the set and continues the demo to the advertising end event (only for extended advertising).

paul-szczepanek-arm commented 3 years ago

this depends on https://github.com/ARMmbed/mbed-os/pull/14747