Searched refs:getDescriptor (Results 1 – 12 of 12) sorted by relevance
63 Arrays.equals(srcDescr.getDescriptor(), targetDescr.getDescriptor())); in testParcelableWriteToParcelCreate()
2260 assertNotNull(descriptor.getDescriptor()); in testGetDevices()
240 private BluetoothGattDescriptor getDescriptor(UUID uid) { in getDescriptor() method in BleEncryptedClientService245 descriptor = characteristic.getDescriptor(uid); in getDescriptor()279 descriptor = getDescriptor(DESCRIPTOR_ENCRYPTED_WRITE_UUID); in startEncryptedAction()285 descriptor = getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID); in startEncryptedAction()
665 BluetoothGattDescriptor descriptor = getDescriptor(uid); in writeDescriptor()677 BluetoothGattDescriptor descriptor = getDescriptor(uuid); in readDescriptor()684 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in writeDescriptor()696 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in readDescriptor()744 BluetoothGattDescriptor descriptor = characteristic.getDescriptor( in setNotification()1027 private BluetoothGattDescriptor getDescriptor(UUID uid) { in getDescriptor() method in BleClientService1032 descriptor = characteristic.getDescriptor(uid); in getDescriptor()1040 private BluetoothGattDescriptor getDescriptor(UUID cuid, UUID duid) { in getDescriptor() method in BleClientService1045 descriptor = characteristic.getDescriptor(duid); in getDescriptor()
364 getDescriptor().setValue(WRITE_VALUE.getBytes()); in resetValues()610 private BluetoothGattDescriptor getDescriptor() { in getDescriptor() method in BleServerService615 descriptor = characteristic.getDescriptor(DESCRIPTOR_UUID); in getDescriptor()1149 + (descriptor == getDescriptor()));
187 … characteristic.getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID).setValue(WRITE_VALUE.getBytes()); in resetValues()
278 if (descriptor.getDescriptor() == null) { in isAudioDescriptorValid()284 return verifyShortAudioDescriptor(descriptor.getDescriptor()); in isAudioDescriptorValid()
114 + inputDevice.isVirtual() + ", descriptor: " + inputDevice.getDescriptor()); in createInputDeviceItems()
555 assertTrue("Negative reply value expected, effect " + ae.getDescriptor().uuid + in executeSetParameter()562 Log.w(TAG, "\"Set parameter\" command rejected for effect " + ae.getDescriptor().uuid + in executeSetParameter()
667 method public android.bluetooth.BluetoothGattDescriptor getDescriptor(java.util.UUID);
1758 method @NonNull public String getDescriptor();
21138 method @NonNull public byte[] getDescriptor();25389 …method public android.media.audiofx.AudioEffect.Descriptor getDescriptor() throws java.lang.Illega…51006 method public String getDescriptor();