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

# ASDiscoveredAccessory

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

```
class ASDiscoveredAccessory
```

## Overview

When your app’s picker uses the [`filterDiscoveryResults`](/documentation/AccessorySetupKit/ASPickerDisplaySettings/Options-swift.struct/filterDiscoveryResults) option, you receive [`ASAccessoryEventType.accessoryDiscovered`](/documentation/AccessorySetupKit/ASAccessoryEventType/accessoryDiscovered) events that contain this type.
Use the discovered accessory’s Bluetooth properties to create a new [`ASDiscoveredDisplayItem`](/documentation/AccessorySetupKit/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

[`var bluetoothAdvertisementData: [AnyHashable : Any]?`](/documentation/AccessorySetupKit/ASDiscoveredAccessory/bluetoothAdvertisementData)

The Bluetooth advertisement data from the discovered accessory.

[`var bluetoothRSSI: Int?`](/documentation/AccessorySetupKit/ASDiscoveredAccessory/bluetoothRSSI-5a2gp)

The Bluetooth RSSI (Received Signal Strength Indicator) value from the discovered accessory.

[`@property (nonatomic, copy, readonly, nullable) NSNumber * bluetoothRSSI;`](/documentation/AccessorySetupKit/ASDiscoveredAccessory/bluetoothRSSI-3c75a)

The Bluetooth RSSI (Received Signal Strength Indicator) value from the discovered accessory.

## Relationships

### Inherits From

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

### Conforms To

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

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

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

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

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

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

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

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

---

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)