Home
last modified time | relevance | path

Searched defs:PROPERTY_READ (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java44 public static final int PROPERTY_READ = 0x02; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto69 PROPERTY_READ = 0x02; enumerator
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py184 PROPERTY_READ = 0x02 variable in GattCharacteristic
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs719 pub const PROPERTY_READ: i32 = 1 << 1; constant