Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java49 public static final int PERMISSION_READ_ENCRYPTED = 0x02; field in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java68 public static final int PERMISSION_READ_ENCRYPTED = 0x02; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py192 PERMISSION_READ_ENCRYPTED = 0x02 variable in GattCharacteristic
223 PERMISSION_READ_ENCRYPTED = [0x02] variable in GattDescriptor
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto76 PERMISSION_READ_ENCRYPTED = 0x02; enumerator
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs729 pub const PERMISSION_READ_ENCRYPTED: i32 = 1 << 1; constant