React Native BLE communication module

android ble bluetooth-low-energy ios react-native
1 Open Issue Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub
Disconnect race condition about 2 months ago

AI Summary: Debug and fix a race condition in the Android implementation of a React Native Bluetooth Low Energy library. The race condition occurs between checking connection status and disconnecting a peripheral, resulting in `isPeripheralConnected` returning `true` briefly after disconnection. The fix likely involves synchronizing the relevant threads in the `Peripheral.java` file.

Complexity: 4/5
bug help wanted good first issue

React Native BLE communication module

Java
#android#ble#bluetooth-low-energy#ios#react-native