itag icon indicating copy to clipboard operation
itag copied to clipboard

startLeScan(LeScanCallback) in BluetoothAdapter has been deprecated

Open torqueing opened this issue 5 years ago • 0 comments

BLECentralManagerDefault.java gives deprecated errors. Methods BluetoothAdapter.startLeScan and BluetoothAdapter.stopLeScan were deprecated in Android Lollipop. It was replaced with BluetoothLeScanner

torqueing avatar Feb 20 '20 09:02 torqueing