Home
last modified time | relevance | path

Searched refs:mAuthMitm (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java121 private boolean mAuthMitm = false; /* when true Man-in-the-middle protection will be enabled*/ field in BluetoothSocket
197 mAuthMitm = mitm; in BluetoothSocket()
230 mAuthMitm = s.mAuthMitm; in BluetoothSocket()
285 if(mAuthMitm) in getSecurityFlags()