Home
last modified time | relevance | path

Searched refs:PERMISSION_WRITE_ENCRYPTED (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py195 PERMISSION_WRITE_ENCRYPTED = 0x20 variable in GattCharacteristic
226 PERMISSION_WRITE_ENCRYPTED = [0x20] variable in GattDescriptor
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java21 import static android.bluetooth.BluetoothGattCharacteristic.PERMISSION_WRITE_ENCRYPTED;
1109 & BluetoothGattDescriptor.PERMISSION_WRITE_ENCRYPTED)
1454 | BluetoothGattDescriptor.PERMISSION_WRITE_ENCRYPTED); in initGattService()
2344 PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
2353 PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
2381 PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
2390 PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
2399 PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
2417 PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
2447 PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
[all …]
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java58 public static final int PERMISSION_WRITE_ENCRYPTED = 0x20; field in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java77 public static final int PERMISSION_WRITE_ENCRYPTED = 0x20; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto79 PERMISSION_WRITE_ENCRYPTED = 0x20; enumerator
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java639 PERMISSION_WRITE_ENCRYPTED); in CallControlPointCharacteristic()
685 PERMISSION_WRITE_ENCRYPTED | PERMISSION_READ_ENCRYPTED); in ClientCharacteristicConfigurationDescriptor()
1672 & BluetoothGattDescriptor.PERMISSION_WRITE_ENCRYPTED)
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py45 PERMISSION_WRITE_ENCRYPTED,
1038 permissions=PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED,
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java426 BluetoothGattCharacteristic.PERMISSION_WRITE_ENCRYPTED); in testStatesChangesWithMessages()
491 BluetoothGattCharacteristic.PERMISSION_WRITE_ENCRYPTED); in acquireAllBassChars()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt698 field public static final int PERMISSION_WRITE_ENCRYPTED = 32; // 0x20
733 field public static final int PERMISSION_WRITE_ENCRYPTED = 32; // 0x20
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs732 pub const PERMISSION_WRITE_ENCRYPTED: i32 = 1 << 5; constant