Turning off Bluetooth from iOS Control Center after a app crash does not disconnect from the device the app was connected to. Is this expected behavior ?

I have an app with CBCentralManager connected to a peripheral. I force crash this app. Then I used bluetooth button on the control center to disable the bluetooth. In this case I see peripheral is still connected. (Is this expected?) But if I turn off bluetooth from settings->bluetooth then peripheral is disconnected.

But if the same scenario is executed without the force crash of the app then by disabling bluetooth from control center, disconnects the peripheral. (Is this expected?)

I would like to confirm what is the behavior on ios16 ?

Turning off Bluetooth from iOS Control Center after a app crash does not disconnect from the device the app was connected to. Is this expected behavior ?
 
 
Q