-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device disconnected but not reporting by bleConnectionStatusHandler #43
Comments
Hi @doraemondavidlai, In order to get status for BLE connection you need to use the bleDelegate property of the ESPDevice object. First, create a class that conforms to the Then assign the instance of the above class to |
@vikas-chandra-mnnit |
We use the |
Ok, got it. Thank you. |
Hello, |
My device was manually disconnect after calling
espDevice.connect
, butbleConnectionStatusHandler
did not triggerconnectionStatus
changing todisconnected
.As shown in line 601 and 602,
Shouldn't these two lines being place there? .... or I'm misunderstanding the usage?
The text was updated successfully, but these errors were encountered: