Home
last modified time | relevance | path

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

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