Rob Lingstuyl

Results 14 comments of Rob Lingstuyl

> ```js > delayP > ``` where are you importing `delayP` from? I'm getting an error if I try to get it form redux-saga. Can you please add more complete...

@marcosinigaglia is this something that is configured and functionality exists today or something I can/should change in RN-BLE library?

no i have not. I reached out to the vendor that I use for medical Android devices And they told me to ignore it. that it wouldn't effect performance. doubtful...

I too am seeing this issue. I saw the other issue w/ the necessary change to ACCESS_FINE_LOCATION and have made that change. Had version of ble 7.1.3 was working yesterday...

> Try: > > ``` > BleManager.scan([], 15, false, { > numberOfMatches: 3, > matchMode: 1, > scanMode: 2, > reportDelay: 0 > }) > ``` Didn't help, thanks for...

I've tried to capture the scan via Logcat here is the results. The only thing that is suspiciuos to me is the bolded line toward the bottom but I'm not...

Something is changing it then, this works i just run out of clients at some point.?.?

ACCESS_COARSE_LOCATION is not necessary if you have ACCESS_FINE_LOCATION since Fine is a higher level of permission... But I have tried with both and only left in FINE. ahh but... let...

@HKSOLDIER you wire-up to the event listener. Here is snippets of mine: ``` import {NativeEventEmitter, NativeModules, Platform, PermissionsAndroid} from 'react-native'; const BleManagerModule = NativeModules.BleManager; const bleManagerEmitter = new NativeEventEmitter(BleManagerModule); //https://github.com/facebook/react-native/blob/235b16d93287061a09c4624e612b5dc4f960ce47/Libraries/vendor/emitter/EventEmitter.js...

Anyone sort this out for AsyncStorage? Seeing the same thing after following the instructions verbadam