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
Is your feature request related to a problem? Please describe.
Right now its not possible to access the isConnectable variable since its not getting parsed.
Describe the solution you'd like
Pass the raw scanResult object so we can access it.
Describe alternatives you've considered
Only pass isConnectable. However, other things like getDataStatus and getAdvertisementSid will not be accessible.
Is your feature request related to a problem? Please describe.
Right now its not possible to access the isConnectable variable since its not getting parsed.
Describe the solution you'd like
Pass the raw scanResult object so we can access it.
Describe alternatives you've considered
Only pass isConnectable. However, other things like getDataStatus and getAdvertisementSid will not be accessible.
Additional context
I already made a ticket in the react-native-ble-plx repository, but i found it that the issue originated here.
The text was updated successfully, but these errors were encountered: