Part Number: CC2340R5
We start a ble scanning with duration 60s, and we can get BLEAPPUTIL_SCAN_ENABLED and BLEAPPUTIL_ADV_REPORT events normally.
In most of time, we can get the BLEAPPUTIL_SCAN_DISABLED event, but when we do a stress test, sometimes, we cannot get the BLEAPPUTIL_SCAN_DISABLED event even it is timeout.

After that, we tried to stop it by invoking BLEAppUtil_scanStop(), it returen SUCCESS. but when we tried to start ble again, it will be failed and return with code 0x11(bleAlreadyInRequestedMode).
More information:
1. No stack overflow
2. application task work normally
I suspect that's something wrong in the BLE stack, but i don't know how to analyse more. We appreciate if you can give us any analysis suggestions. Thank you!