Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java69 public static final int PERMISSION_WRITE = 0x10; field in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java98 public static final int PERMISSION_WRITE = 0x10; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py194 PERMISSION_WRITE = 0x10 variable in GattCharacteristic
225 PERMISSION_WRITE = [0x10] variable in GattDescriptor
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto72 PERMISSION_WRITE = 0x10; enumerator
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs726 pub const PERMISSION_WRITE: i32 = 1 << 4; constant