react-native-ble-manager icon indicating copy to clipboard operation
react-native-ble-manager copied to clipboard

React Native BLE communication module

Results 158 react-native-ble-manager issues
Sort by recently updated
recently updated
newest added

### Version Tell us which versions you are using: - react-native-ble-manager v6.6.8 - react-native v59.8 - iOS/Android Android v.25 ### Expected behaviour Should return peripheralInfo, as it always did, and...

bug
help wanted

### Version Tell us which versions you are using: - react-native-ble-manager v7.3.0 - react-native v0.62.2 - iOS/Android v9 ### Expected behaviour The BleManager.retrieveServices(id) should be connected. ### Actual behaviour I...

Tell us which versions you are using: - react-native-ble-manager v7.2.0 - react-native v0.62.2 - iOS v.13.3 iPhone SE - Android v.10.0.0 LG G6 Hello, When reading the devices advertising data...

enhancement

### Version Tell us which versions you are using: - react-native-ble-manager v6.6.8 - react-native v0.61.0 - iOS v13.3 ### Expected behavior it should search for devices and then connect Tell...

Hello! Scan function return different informations for manufacturerData field. In ios we have directly the company id instead of android where we need to search through the manufacturerData array to...

enhancement
question

### Version Tell us which versions you are using: - react-native-ble-manager v6.6.6 - react-native v0.56 - Android 8.0 ### Expected behaviour after connecting to a device BleManager.retrieveServices(device.id) should not fail...

### Version Tell us which versions you are using: - react-native-ble-manager v7.1.1 - react-native v0.55.3 - iOS/Android ios 13 ### Expected behaviour I can search for some ble devices without...

question

### Version Tell us which versions you are using: - react-native-ble-manager v7.1.0 - react-native v0.61.5 - iOS/Android v.5.1.1 ### Expected behaviour connect(peripheralId) should connect to a device ### Actual behaviour...

Hi everyone! Would it be possible to connect multiple devices to an app using this library? In particular, I would need to read controls from one bluetooth device, process them...

question

Is there a way to create beacon and advertise data or is there an implementation for [cordova-plugin-ble-peripheral](https://github.com/don/cordova-plugin-ble-peripheral)?