dotintent / react-native-ble-plx

React Native BLE library
Apache License 2.0
3.08k stars 515 forks source link

I have connected to the IoT device, but I still cannot get the data sent by the IoT device. Does it not support the Bluetooth serial port? #1224

Closed 2096406288 closed 4 months ago

2096406288 commented 4 months ago

I have connected to the IoT device, but I still cannot get the data sent by the IoT device. Does it not support the Bluetooth serial port?

intent-kacper-cyranowski commented 4 months ago

Hi @2096406288 It’s BLE library and because of that is using GATT to communicate, so you won’t be able to use other bluetooth profiles for communication.