Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java106 /*package*/ static final int SEC_FLAG_ENCRYPT = 1; field in BluetoothSocket
282 flags |= SEC_FLAG_ENCRYPT; in getSecurityFlags()