randdusing / cordova-plugin-bluetoothle

Bluetooth Low Energy Phonegap Plugin
802 stars 353 forks source link

startScan with services parameter doesn't work #610

Open tushe opened 4 years ago

tushe commented 4 years ago

I tried to put different services but the scanning give me empty results, it works without services parameter...

{ "services": [ "180D", "180F" ], "allowDuplicates": true, "scanMode": bluetoothle.SCAN_MODE_LOW_LATENCY, "matchMode": bluetoothle.MATCH_MODE_AGGRESSIVE, "matchNum": bluetoothle.MATCH_NUM_MAX_ADVERTISEMENT, "callbackType": bluetoothle.CALLBACK_TYPE_ALL_MATCHES, }

Gregadeaux commented 4 years ago

I had this issue, but once I manually requested ACCESS_FINE_LOCATION, that fixed it.