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