Lakshmi Narasimhulu Gujjula

Results 1 issues of Lakshmi Narasimhulu Gujjula

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})...