<!--
{
  "availability" : [
    "iOS: 26.1.0 -",
    "iPadOS: 26.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AccessorySetupKit",
  "identifier" : "/documentation/AccessorySetupKit/ASDiscoveredDisplayItem",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AccessorySetupKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ASDiscoveredDisplayItem"
  },
  "title" : "ASDiscoveredDisplayItem"
}
-->

# ASDiscoveredDisplayItem

A picker display item created from customizing a discovered accessory.

```
class ASDiscoveredDisplayItem
```

## Overview

Use this type when your app’s picker uses the [`filterDiscoveryResults`](/documentation/AccessorySetupKit/ASPickerDisplaySettings/Options-swift.struct/filterDiscoveryResults) option.
With this option enabled, your discovery session receives [`ASAccessoryEventType.accessoryDiscovered`](/documentation/AccessorySetupKit/ASAccessoryEventType/accessoryDiscovered) events with discovered accessories.
To include a discovered accessory in the picker, create an instance of this class, optionally using the Bluetooth properties of the event’s [`ASDiscoveredAccessory`](/documentation/AccessorySetupKit/ASDiscoveredAccessory) to provide a more specific name or product image.
Then send the `ASDiscoveredDisplayItem` to the picker with the session’s [`updatePicker(showing:completionHandler:)`](/documentation/AccessorySetupKit/ASAccessorySession/updatePicker(showing:completionHandler:)) method.

## Topics

### Creating an updated display item

[`init(name: String, productImage: UIImage, accessory: ASDiscoveredAccessory)`](/documentation/AccessorySetupKit/ASDiscoveredDisplayItem/init(name:productImage:accessory:))

Creates a discovered picker display item with a name and image to display and a descriptor to match discovered accessories.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Sendable`](/documentation/Swift/Sendable)

### Inherits From

[`ASPickerDisplayItem`](/documentation/AccessorySetupKit/ASPickerDisplayItem)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)