innoveit / react-native-ble-manager

React Native BLE communication module
http://innoveit.github.io/react-native-ble-manager/
Apache License 2.0
2.13k stars 768 forks source link

Does it not support low-power Bluetooth serial communication? I connected the IoT device through this plug-in, but I still can’t get the data returned by the IoT device. #1245

Closed 2096406288 closed 4 months ago

2096406288 commented 4 months ago

Does it not support low-power Bluetooth serial communication? I connected the IoT device through this plug-in, but I still can’t get the data returned by the IoT device.

marcosinigaglia commented 4 months ago

There is no serial communication in Bluetooth, it is usually simulated by writing and receiving notifications as a response.