Open tushe opened 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, }
I had this issue, but once I manually requested ACCESS_FINE_LOCATION, that fixed it.
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, }