EddyVerbruggen / nativescript-bluetooth-demo

30 stars 21 forks source link

Android: Error in Bluetooth.startScanning: ReferenceError: argkeyMatchNum is not defined #3

Closed lhitc closed 8 years ago

lhitc commented 8 years ago

Happens when tapping "Any Device" in the demo app. Probably a missing dot in bluetooth.android.js; line 340 should be:

var matchNum = arg.keyMatchNum || .....

EddyVerbruggen commented 8 years ago

Argh, thanks - fixed.