My name is Mohsen and I am here to help you.
When there are some system files (Bluetooth modem driver) are missing or corrupted, it will also result in BSOD. If this is the case, you can run the combination of SFC and DISM to repair these files.
Step 1. Press Win + S to evoke the search bar.
Step 2. Type cmd to locate Command Prompt and right-click on it to choose Run as administrator.
Step 3. In the black console, type sfc /scannow and hit Enter.
Step 4. Reboot your computer and run the following command one by one:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
// Please let me know if the problem persists.