I wonder if setting my CBCentralManager
-instance to nil
result in loss of connection to devices, do I need a "live" CBCentralManager to be able to keep the connection alive?
I currently have a manager for scanning and connecting to new devices in a Viewcontroller
pushed over the default ViewController
with a NavigationController. The problem occur when I am done with the connection, I press the back button and my connection is lost according to the bluetooth indicator in the top statusbar, but if i inspect the CBPeripheral
it still has the status of _isConnected==YES
;