Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py197 PERMISSION_WRITE_SIGNED = 0x80 variable in GattCharacteristic
228 PERMISSION_WRITE_SIGNED = [0x80] variable in GattDescriptor
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java64 public static final int PERMISSION_WRITE_SIGNED = 0x80; field in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java83 public static final int PERMISSION_WRITE_SIGNED = 0x80; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt700 field public static final int PERMISSION_WRITE_SIGNED = 128; // 0x80
735 field public static final int PERMISSION_WRITE_SIGNED = 128; // 0x80
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs734 pub const PERMISSION_WRITE_SIGNED: i32 = 1 << 7; constant