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

Fujifilm scan sometimes not reliable if initiated before camera pairing #159

Open
gkoh opened this issue Jan 7, 2025 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@gkoh
Copy link
Owner

gkoh commented Jan 7, 2025

With v3.0.0-rc4 I can semi-reproduce the scan issue.

If Scan is enabled, then left for 'some time', a Fujifilm camera that is then set to pair does not appear.

From the debug, the NimBLE stack definitely picks up the new advertising device, but for some reason the callback to add it to the menu doesn't happen.

Need to investigate further.

FYI @matthudsonau

@gkoh gkoh added this to the v3.0.0 milestone Jan 7, 2025
@gkoh gkoh self-assigned this Jan 7, 2025
@gkoh gkoh added the bug Something isn't working label Jan 7, 2025
@gkoh
Copy link
Owner Author

gkoh commented Jan 7, 2025

I've found one way to reproduce:

  • pair camera
  • delete from furble
  • start scan
  • start camera
    • realise old pair is still on camera
    • delete from camera
  • start pairing
  • doesn't show up

This happens because the camera starts and immediately tries to connect to furble, but the scan data doesn't include the pair information. As the scan filter drops duplicates based on Bluetooth MAC address, it never shows again.

@gkoh
Copy link
Owner Author

gkoh commented Jan 7, 2025

Hmm, I cannot reproduce this any other way.
Leaving this here to keep an eye on it.

@gkoh gkoh changed the title Fujifilm scan not reliable Fujifilm scan sometimes not reliable if initiated before camera pairing Jan 7, 2025
@gkoh gkoh removed this from the v3.0.0 milestone Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant