Unable to find services for my device
See original GitHub issueI keep getting null for my serviceUUIDs:
id: "..."
isConnectable: null
localName: null
manufacturerData: null
mtu: 23
name: "lifepi0000"
overflowServiceUUIDs: null
rssi: null
serviceData: null
serviceUUIDs: null
solicitedServiceUUIDs: null
txPowerLevel: null
Also no services found:
BleError: Services not discovered for device ..
When I run the same check using another package react-native-ble-manager, everything seems to work fine and it finds my services. Does anyone know what wrong? Is there a specific version of react-native etc that I need to run. Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Unable to find services for my device #369 - GitHub
When I run the same check using another package react-native-ble-manager, everything seems to work fine and it finds my services.
Read more >Keep your device & apps working with Google Play Services
On your Android phone or tablet, open the Settings app Settings . Tap Apps & notifications and then See all apps. Scroll down...
Read more >A device driver is not installed or a hardware device does not ...
Resolution · Step 1: Determine whether the device driver is found in Device Manager · Step 2: Uninstall and reinstall the device drivers...
Read more >Can't find the Netflix app
If your device isn't certified: Android version 8.0 or later: Try Google's support steps to Fix issues with your Play Protect certification status,...
Read more >If you can't connect to the App Store, iTunes Store, or other ...
If nothing loads, use another device on the same network to see if it can connect to any website. If no other devices...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
device.discoverAllServicesAndCharacteristicsForDevice() for this thing i am getting error of Function not found
this.manager.discoverAllServicesAndCharacteristicsForDevice(peripheralId) and in this i am getting the same response as connectToDevice ( null values )
Helo @ssajnani, it might be interesting to look at this repository => https://github.com/zhanguangao/react-native-ble-plx-demo . I was inspired by watching this repository, especially the method fetchServicesAndCharacteristicsForDevice