rusel1989 / react-native-bluetooth-serial

Port of https://github.com/don/BluetoothSerial for react native
475 stars 291 forks source link

Class (Mobile) bluetooth device is not connecting.... #103

Open satkamar opened 5 years ago

satkamar commented 5 years ago

Mobile device

{class: 524, id: "50:8F:4C:B6:60:6C", address: "50:8F:4C:B6:60:6C", name: "Redmi31"}

Error: Unable to connect to device at createErrorFromErrorData (C:\work\bl\node_modules\react-native\Libraries\BatchedBridge\NativeModules.js:155) at C:\work\bl\node_modules\react-native\Libraries\BatchedBridge\NativeModules.js:104 at MessageQueue.invokeCallback (C:\work\bl\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:414) at C:\work\bl\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:127 at MessageQueue.guard (C:\work\bl\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:314) at MessageQueue.invokeCallbackAndReturnFlushedQueue (C:\work\bl\node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:126) at debuggerWorker.js:80

Laptop device {class: 268, id: "7C:76:35:19:70:B6", address: "7C:76:35:19:70:B6", name: "SATKAMAR-2NACK"}

connected

Is there any class specific configuration?