You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write a driver test with simulated device, that checks connection state presented in app UI when the BLE connection is lost. I've not found API in blemulator to disconnect and remove the simulated device.
Despite the fact I found a workaround for this I'd like to see official API for removing simulated devices.
Right now I just call onDisconnect on the simulated device and return false from onConnectRequest. I think removing the device from blemulator would be much better solution.
The text was updated successfully, but these errors were encountered:
I'm trying to write a driver test with simulated device, that checks connection state presented in app UI when the BLE connection is lost. I've not found API in blemulator to disconnect and remove the simulated device.
Despite the fact I found a workaround for this I'd like to see official API for removing simulated devices.
Right now I just call
onDisconnect
on the simulated device and returnfalse
fromonConnectRequest
. I think removing the device from blemulator would be much better solution.The text was updated successfully, but these errors were encountered: