Home
last modified time | relevance | path

Searched refs:PROPERTY_SIGNED_WRITE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py189 PROPERTY_SIGNED_WRITE = 0x40 variable in GattCharacteristic
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java59 public static final int PROPERTY_SIGNED_WRITE = 0x40; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs724 pub const PROPERTY_SIGNED_WRITE: i32 = 1 << 6; constant
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt707 field public static final int PROPERTY_SIGNED_WRITE = 64; // 0x40