Searched refs:descriptor (Results 1 – 3 of 3) sorted by relevance
262 USB_DEVICE_DESCRIPTOR descriptor; in IsLegacyInterface() local266 &descriptor, in IsLegacyInterface()267 sizeof(descriptor), in IsLegacyInterface()
218 public void visitBaseType(final char descriptor) { in visitBaseType() argument219 getBuf().append(Type.getType(Character.toString(descriptor)).getClassName()); in visitBaseType()
301 BluetoothGattDescriptor descriptor = characteristic.getDescriptor( in setCharacteristicNotification() local303 descriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in setCharacteristicNotification()304 mBluetoothGatt.writeDescriptor(descriptor); in setCharacteristicNotification()