Searched refs:AUTHENTICATION_NONE (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/server/ |
D | gatt.py | 43 AUTHENTICATION_NONE = 0 variable in GATTService 192 self.bluetooth.read_characteristic(address, request.handle, self.AUTHENTICATION_NONE) 203 … self.bluetooth.gatt_client.read_descriptor(address, request.handle, self.AUTHENTICATION_NONE) 208 … self.bluetooth.write_descriptor(address, request.handle, self.AUTHENTICATION_NONE, request.value) 211 self.AUTHENTICATION_NONE, request.value) 370 self.bluetooth.read_characteristic(address, request.handle, self.AUTHENTICATION_NONE) 444 self.AUTHENTICATION_NONE) 449 … request.end_handle, self.AUTHENTICATION_NONE) 496 self.bluetooth.read_descriptor(address, request.handle, self.AUTHENTICATION_NONE) 625 self.bluetooth.read_descriptor(address, request.handle, self.AUTHENTICATION_NONE) [all …]
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGatt.java | 201 /*package*/ static final int AUTHENTICATION_NONE = 0; field in BluetoothGatt 1433 AUTHENTICATION_NONE, in readCharacteristic() 1476 AUTHENTICATION_NONE, in readUsingCharacteristicUuid() 1599 AUTHENTICATION_NONE, in writeCharacteristic() 1665 AUTHENTICATION_NONE, in readDescriptor() 1754 AUTHENTICATION_NONE, in writeDescriptor()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 337 Landroid/bluetooth/BluetoothGatt;->AUTHENTICATION_NONE:I
|