BleError: Cannot start scanning operation on certain Android Phones
See original GitHub issueI am getting the above error on certain android phones when trying to initiate a scan. I am trying to track down exactly what version and model the phones are, but do you have any insight into what would cause this error to be thrown? The call I am making is manager.startDeviceScan([serviceId], {allowDuplicates: false}, async (error, device) => {});
Is it possible that this version of android doesn’t support either allowDuplicates false or scanning by serviceId?
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
[bleerror: cannot start scanning operation] - You.com | The AI ...
BleError : Cannot start scanning operation on certain Android Phones ... ... When you are developing and have fast refresh enabled make sure...
Read more >RxBLELibraries/react-native-ble - Gitter
Hello guys. I have read that older verdions of the ble plx lib had problems where no backpressure handling has been applied on...
Read more >react-native-ble-plx scan does not run when moved inside an ...
I have tested with the following code: import { BleError, BleManager, Device as BlxDevice, LogLevel, } from 'react-native-ble-plx'; ...
Read more >Cannot Start Scanning Operation Error - CoachCare - Zendesk
To resolve this issue simply perform the following steps: STEP #1: Open Settings on your Smartphone. STEP #2: Go to Bluetooth.
Read more >BLE scan function not working - Thunkable Community
... as an output no matter what I do. I am using Thunkable Live on an Android phone. ... BleError: Cannot start scanning...
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
I ran into this problem and found some conditions when it occurs and how to prevent it;
When I disable bluetooth, then start the app, wait for a bit and re-enable bluetooth, the scanning works. However, it disconnects after a few seconds. This smells of an Android bug