Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java53 public static final int PERMISSION_READ = 0x01; field in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java82 public static final int PERMISSION_READ = 0x01; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py191 PERMISSION_READ = 0x01 variable in GattCharacteristic
222 PERMISSION_READ = [0x01] variable in GattDescriptor
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto63 PERMISSION_READ = 0x01; enumerator