Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:BluetoothLeScanner

22 import android.bluetooth.le.BluetoothLeScanner;
376 private static BluetoothLeScanner sBluetoothLeScanner;
481 * Returns a {@link BluetoothLeScanner} object for Bluetooth LE scan operations.
483 public BluetoothLeScanner getBluetoothLeScanner() {
489 sBluetoothLeScanner = new BluetoothLeScanner(mManagerService);
1652 * @deprecated use {@link BluetoothLeScanner#startScan(List, ScanSettings, ScanCallback)}
1672 * @deprecated use {@link BluetoothLeScanner#startScan(List, ScanSettings, ScanCallback)}
1682 BluetoothLeScanner scanner = getBluetoothLeScanner();
1684 if (DBG) Log.e(TAG, "startLeScan: cannot get BluetoothLeScanner");
1759 * @deprecated Use {@link BluetoothLeScanner#stopScan(ScanCallback)} instead.
1764 BluetoothLeScanner scanner = getBluetoothLeScanner();