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
The timeout size for an nRF SD scan (if one is given) is 16-bits, which is in units of 10ms. common_hal_bleio_adapter_start_scan() should validate that the incoming timeout will fit. Currently it does not, so any value gets converted to 10ms units and then is truncated to 16 bits.