Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py198 PERMISSION_WRITE_SIGNED_MITM = 0x100 variable in GattCharacteristic
229 PERMISSION_WRITE_SIGNED_MITM = [0x100] variable in GattDescriptor
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java67 public static final int PERMISSION_WRITE_SIGNED_MITM = 0x100; field in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java88 public static final int PERMISSION_WRITE_SIGNED_MITM = 0x100; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt701 field public static final int PERMISSION_WRITE_SIGNED_MITM = 256; // 0x100
736 field public static final int PERMISSION_WRITE_SIGNED_MITM = 256; // 0x100
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs735 pub const PERMISSION_WRITE_SIGNED_MITM: i32 = 1 << 8; constant