cordova-plugin-bluetoothle icon indicating copy to clipboard operation
cordova-plugin-bluetoothle copied to clipboard

startScan with services parameter doesn't work

Open tushe opened this issue 4 years ago • 1 comments

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, }

tushe avatar May 30 '20 10:05 tushe

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

Gregadeaux avatar Aug 27 '20 14:08 Gregadeaux