Searched defs:PERMISSION_READ (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ | ||
| D | BluetoothGattDescriptor.java | 54 public static final int PERMISSION_READ = 0x01; field in BluetoothGattDescriptor |
| D | BluetoothGattCharacteristic.java | 83 public static final int PERMISSION_READ = 0x01; field in BluetoothGattCharacteristic |
| /packages/modules/Bluetooth/system/blueberry/utils/ | ||
| D | bt_gatt_constants.py | 191 PERMISSION_READ = 0x01 variable in GattCharacteristic |
| /packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ | ||
| D | gatt.proto | 69 PERMISSION_READ = 0x01; enumerator |
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ | ||
| D | bluetooth_gatt.rs | 723 pub const PERMISSION_READ: i32 = 1 << 0; constant |