startLeScan returns false
问题 BluetoothAdapter's method startLeScan returns false sometimes during scanning BLE devices.Hence,I am facing issues in my application.I am using the newer method startScan(ScanCallback callback) from Lollipop onwards but needs to support API level 18 and above.Any help is appreciated. 回答1: If you look at the source code for startLeScan here, you will see that there are several things that can cause the return code to be false: A null callback ha been provided A scan has already been started by