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/tbs/
DTbsGatt.java175 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
178 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
182 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
187 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
192 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
195 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
199 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
203 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
207 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
213 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in TbsGatt()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java21 import static android.bluetooth.BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED;
668 if ((descriptor.getPermissions() & BluetoothGattDescriptor.PERMISSION_READ_ENCRYPTED)
1014 BluetoothGattDescriptor.PERMISSION_READ_ENCRYPTED in initGattService()
1852 PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
1856 0, PROPERTY_READ, PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
1860 0, PROPERTY_READ, PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
1868 PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
1872 PERMISSION_READ_ENCRYPTED))); in getUuidCharacteristicList()
1877 PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
1882 PERMISSION_READ_ENCRYPTED | PERMISSION_WRITE_ENCRYPTED))); in getUuidCharacteristicList()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServerTest.java20 import static android.bluetooth.BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED;
89 assertThat(characteristic.getPermissions()).isEqualTo(PERMISSION_READ_ENCRYPTED); in testStartStopService()
/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.java58 public static final int PERMISSION_READ_ENCRYPTED = 0x02; field in BluetoothGattDescriptor
DBluetoothGattCharacteristic.java87 public static final int PERMISSION_READ_ENCRYPTED = 0x02; field in BluetoothGattCharacteristic
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServer.java90 BluetoothGattCharacteristic.PERMISSION_READ_ENCRYPTED); in start()
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto65 PERMISSION_READ_ENCRYPTED = 0x02; enumerator
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py1090 permissions=AttPermissions.PERMISSION_READ_ENCRYPTED,
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt672 field public static final int PERMISSION_READ_ENCRYPTED = 2; // 0x2
707 field public static final int PERMISSION_READ_ENCRYPTED = 2; // 0x2