Skip to content
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

Provide Disconnected State when bluetooth is off, delay reconnecting strategy #404

Closed
posytive opened this issue Oct 19, 2021 · 1 comment
Assignees

Comments

@posytive
Copy link
Contributor

Describe the bug
A Disconnected state for each connected device is not provided when bluetooth sensor turns off.
Depending on the ReconnectionSettings, it might tries to Reconnect while the sensor is off.

To Reproduce
Steps to reproduce the behavior:

  1. Turn off bluetooth when a device is connected, and its state is observerd
  2. See the state not changing to disconnected

Expected behavior
The state of the connected devices should change to Disconnected.
Regardless of the ReconnectionSettings used, there shouldn't be an attempt to reconnect until the Bluetooth is back on.

@posytive posytive added the 0.2.x label Oct 19, 2021
@posytive posytive self-assigned this Oct 19, 2021
@Daeda88 Daeda88 added 0.3.0 and removed 0.2.x labels Feb 18, 2022
@carmelogallo carmelogallo added 0.5.0 expected in the 0.5.0 release and removed 0.3.0 labels May 11, 2022
@thoutbeckers thoutbeckers removed the 0.5.0 expected in the 0.5.0 release label Nov 15, 2022
@thoutbeckers
Copy link
Collaborator

Addressed in other BT related discussions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants