Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGatt.java117 /*package*/ static final int AUTHENTICATION_NONE = 0; field in BluetoothGatt
821 characteristic.getInstanceId(), AUTHENTICATION_NONE); in readCharacteristic()
865 AUTHENTICATION_NONE, characteristic.getValue()); in writeCharacteristic()
907 descriptor.getInstanceId(), AUTHENTICATION_NONE); in readDescriptor()
948 BluetoothGattCharacteristic.WRITE_TYPE_DEFAULT, AUTHENTICATION_NONE, in writeDescriptor()