Good day: D Please scanBleDevices me why the error " LOCATION_PERMISSION_MISSING " may occur when calling the scanBleDevices method? It’s been an hour that I’m puzzling over what I can't think of.
Code snippet:
import com.polidea.rxandroidble.RxBleClient; import com.polidea.rxandroidble.RxBleScanResult; import rx.Observable; /** * Created by johny on 02.01.2017. */ public class bluetooth_controler { public void rxScan(RxBleClient client){ Observable<RxBleScanResult> scanSubscription = client.scanBleDevices(); } } PS In Google carefully searched, empty.
PSS Tried to add <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> to the manifest