---
title: ASDiscoveredAccessory
framework: accessorysetupkit
role: symbol
role_heading: Class
path: accessorysetupkit/asdiscoveredaccessory
---

# ASDiscoveredAccessory

A discovered accessory, for use in creating a customized picker display item.

## Declaration

```swift
class ASDiscoveredAccessory
```

## Overview

Overview When your app’s picker uses the filterDiscoveryResults option, you receive ASAccessoryEventType.accessoryDiscovered events that contain this type. Use the discovered accessory’s Bluetooth properties to create a new ASDiscoveredDisplayItem, incorporating traits like a custom accessory name or a newly downloaded product image. You can then add this item to the picker to allow the person using the app to set up the accessory.

## Topics

### Working with accessory properties

- [bluetoothAdvertisementData](accessorysetupkit/asdiscoveredaccessory/bluetoothadvertisementdata.md)
- [bluetoothRSSI](accessorysetupkit/asdiscoveredaccessory/bluetoothrssi-5a2gp.md)

## Relationships

### Inherits From

- [ASAccessory](accessorysetupkit/asaccessory.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessory description

- [ASAccessory](accessorysetupkit/asaccessory.md)
- [ASAccessory.AccessoryState](accessorysetupkit/asaccessory/accessorystate.md)
