kenjdavidson / react-native-bluetooth-classic

⚛ Bluetooth classic Android(Bluetooth)/IOS(ExternalAccessory) module for serial communication
https://kenjdavidson.github.io/react-native-bluetooth-classic
MIT License
249 stars 93 forks source link

Does not find following device #276

Closed HarunKilic closed 1 year ago

HarunKilic commented 1 year ago

Mobile Device Environment Provide a list of operating systems on which this issue is relevant.

Application Environment Provide information about your development environment:

Describe the bug Product: Eyoyo EY-016 I can find this device in native bluetooth search on samsung device. But I can't find it with this library, it has bluetooth 4.1 compability.

To Reproduce Steps to reproduce the behavior:

  1. Get the device
  2. Try to scan devices
  3. Do not see this device. If you see it, close your eyes :P
kenjdavidson commented 1 year ago

Have you followed the expo docs? Have you ejected to see if that works? Do you get any errors? Have you debugged it?

HarunKilic commented 1 year ago

Have you followed the expo docs? Have you ejected to see if that works? Do you get any errors? Have you debugged it?

Hi, yes I did. Did see some devices but not the one I was looking for.

After some time, it did actually show up! So it is working now as expected! This can be closed now.

kenjdavidson commented 1 year ago

Right on, glad it worked out my man.