Home
last modified time | relevance | path

Searched defs:PERMISSION_WRITE_ENCRYPTED (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java58 public static final int PERMISSION_WRITE_ENCRYPTED = 0x20; field in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java77 public static final int PERMISSION_WRITE_ENCRYPTED = 0x20; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py195 PERMISSION_WRITE_ENCRYPTED = 0x20 variable in GattCharacteristic
226 PERMISSION_WRITE_ENCRYPTED = [0x20] variable in GattDescriptor
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto79 PERMISSION_WRITE_ENCRYPTED = 0x20; enumerator
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs732 pub const PERMISSION_WRITE_ENCRYPTED: i32 = 1 << 5; constant