Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java20 import static android.bluetooth.BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED;
1059 & BluetoothGattDescriptor.PERMISSION_READ_ENCRYPTED)
1453 BluetoothGattDescriptor.PERMISSION_READ_ENCRYPTED in initGattService()
2287 PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
2297 PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
2307 PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
2326 PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
2335 PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
2344 PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
2353 PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java259 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
264 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
270 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
276 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
282 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
287 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
293 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
299 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
305 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
314 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
[all …]
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py192 PERMISSION_READ_ENCRYPTED = 0x02 variable in GattCharacteristic
223 PERMISSION_READ_ENCRYPTED = [0x02] variable in GattDescriptor
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java49 public static final int PERMISSION_READ_ENCRYPTED = 0x02; field in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java68 public static final int PERMISSION_READ_ENCRYPTED = 0x02; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py43 PERMISSION_READ_ENCRYPTED,
1038 permissions=PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED,
1165 permissions=PERMISSION_READ_ENCRYPTED,
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto76 PERMISSION_READ_ENCRYPTED = 0x02; enumerator
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java435 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED)), in testStatesChangesWithMessages()
450 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED)), in testStatesChangesWithMessages()
499 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in acquireAllBassChars()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt695 field public static final int PERMISSION_READ_ENCRYPTED = 2; // 0x2
730 field public static final int PERMISSION_READ_ENCRYPTED = 2; // 0x2
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs729 pub const PERMISSION_READ_ENCRYPTED: i32 = 1 << 1; constant