-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
androidImpacts the Android platformImpacts the Android platformbugSomething isn't workingSomething isn't working
Description
Describe the bug
When a BLE device is already paired with the mobile phone and successfully connected, everything works as expected initially.
However, if Bluetooth is turned OFF and then ON again from the mobile system settings while the app is running, subsequent BLE operations fail.
To Reproduce
Steps to reproduce the behavior:
- Pair and connect a BLE device successfully
- Perform service discovery and read characteristics (works fine)
- Turn Bluetooth OFF from mobile system settings
- Turn Bluetooth ON again
- Attempt to call BluetoothLe.discover() or read any characteristic
Expected behavior
- App should be able to re-discover services and read characteristics after Bluetooth is turned back ON
- Existing or re-established connection should work without timing out
Screenshots
Plugin version:
- @capacitor-community/bluetooth-le: 7.0.0 and 7.3.0
Smartphone (please complete the following information):
- Device: Android
- OS: 8.1 one UI
- Browser: Chrome
- Version [ 16
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
androidImpacts the Android platformImpacts the Android platformbugSomething isn't workingSomething isn't working