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
when auto is true you can listen to state if BLE device, then how I can set auto true in such condition.
Connect function does not provide any param for auto true/false.
See Here:
if you set auto connect flag in android,will be difficult to connect device and auto reconnect when disconnect.So in order to same,i don't give this param.
Log :
connect() - device: CD:6C:1C:F6:FD:3F, auto: false
when auto is true you can listen to state if BLE device, then how I can set auto true in such condition.
Connect function does not provide any param for auto true/false.
See Here:
Device device = scanedDevice.connect(connectTimeout: 18000);
The text was updated successfully, but these errors were encountered: