TypeError: navigator.bluetooth.requestLEScan is not a function

Solved.

First thing was I had the wrong URL. The one above is for a cordova BLE plugin. The one I’m using is a capacitor community plugin… url below.

AND, it turns out I needed to register the plugin in the main activity for Android as documented here:

https://github.com/capacitor-community/bluetooth-le#android

Onward,
George