evothings / cordova-ibeacon

Experimental JavaScript library to scan for iBeacons
8 stars 0 forks source link

Bug in iBeacon.js line 168 #3

Open herrerodani opened 9 years ago

herrerodani commented 9 years ago

evothings.ble.rssi(handle.deviceHandle, rssiHandler, fail);

should be

evothings.ble.rssi(info.deviceHandle, rssiHandler, fail);

herrerodani commented 9 years ago

or evothings.ble.rssi(beacon._handle, rssiHandler, fail);

Anyway, it always fails with the message "Previous call to rssi() not yet completed!"