Searched refs:mScanResultType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DScanSettings.java97 private int mScanResultType; field in class:ScanSettings
111 return mScanResultType;
125 mScanResultType = scanResultType;
132 mScanResultType = in.readInt();
140 dest.writeInt(mScanResultType);
168 private int mScanResultType = SCAN_RESULT_TYPE_FULL; field in class:ScanSettings.Builder
230 mScanResultType = scanResultType;
254 return new ScanSettings(mScanMode, mCallbackType, mScanResultType,

Completed in 49 milliseconds