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
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.
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.
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
The text was updated successfully, but these errors were encountered: