The library requires the following runtime permissions which need to be requested from the user:
When targeting Android 12 and above:
android.Manifest.permission.BLUETOOTH_SCANandroid.Manifest.permission.BLUETOOTH_CONNECTandroid.Manifest.permission.BLUETOOTH_ADVERTISEandroid.Manifest.permission.ACCESS_FINE_LOCATIONandroid.Manifest.permission.ACCESS_COARSE_LOCATION
When targeting Android 11 and below:
android.Manifest.permission.ACCESS_FINE_LOCATION
An example of how to do it can be found in the :sample module