react-native-bluetooth-escpos-printer icon indicating copy to clipboard operation
react-native-bluetooth-escpos-printer copied to clipboard

react-native-bluetooth-escpos-printer first connecting attempt returns unable to connect device error, but on second attempt it connects

Open Lakshmi-Narasimha opened this issue 4 years ago • 3 comments

First connection attempt always falls with error Error: unable to connect device, but second connect successfully. BluetoothManager.connect(this.state.deviceAddr) .then((s)=>{ Alert.alert('connected') this.setState({loading: false, connected: true}) }, (err)=>{ //error here Alert.alert(err+'') this.setState({loading: false}) })

Lakshmi-Narasimha avatar Feb 11 '21 10:02 Lakshmi-Narasimha

I'm having the same problem

ralemos97 avatar Jun 08 '21 03:06 ralemos97

Did anyone find solution to this i am having the same problem

sof9816 avatar Jun 10 '21 23:06 sof9816

Did anyone find a solution for this issue?

sindiAsx avatar Oct 18 '23 17:10 sindiAsx