Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java107 /*package*/ static final int SEC_FLAG_AUTH = 1 << 1; field in BluetoothSocket
280 flags |= SEC_FLAG_AUTH; in getSecurityFlags()