Hi,
After few minutes BLE connection gets disconnected. I assume it is normal when iOS decides to do so in order to clear memory.
The problem is, I can't re-initiate the connection after it's disconnected. I am using scan command but does not work. What else needs to be done in order to re-scan and connect again?
After few minutes BLE connection gets disconnected. I assume it is normal when iOS decides to do so in order to clear memory.
The problem is, I can't re-initiate the connection after it's disconnected. I am using scan command but does not work. What else needs to be done in order to re-scan and connect again?
B4X:
Sub Manager_Disconnected
lblStatus.Text = LastException
manager.Scan(Null)
End Sub