HomeSort by relevance Sort by last modified time
    Searched defs:mScanMode (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/le/
ScanSettings.java 135 private int mScanMode;
156 return mScanMode;
207 mScanMode = scanMode;
218 mScanMode = in.readInt();
230 dest.writeInt(mScanMode);
262 private int mScanMode = SCAN_MODE_LOW_POWER;
283 mScanMode = scanMode;
419 return new ScanSettings(mScanMode, mCallbackType, mScanResultType,
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 62 private volatile int mScanMode;
205 * @return the mScanMode
208 return mScanMode;
620 mScanMode = mService.convertScanModeFromHal(mode);
622 intent.putExtra(BluetoothAdapter.EXTRA_SCAN_MODE, mScanMode);
625 debugLog("Scan Mode:" + mScanMode);
715 Log.d(TAG, "ScanMode = " + mScanMode );
722 mScanMode == BluetoothAdapter.SCAN_MODE_NONE) {

Completed in 190 milliseconds