---
title: EABluetoothAccessoryPickerError
framework: externalaccessory
role: symbol
role_heading: Structure
path: externalaccessory/eabluetoothaccessorypickererror
---

# EABluetoothAccessoryPickerError

Error codes returned by the Bluetooth accessory picker.

## Declaration

```swift
struct EABluetoothAccessoryPickerError
```

## Topics

### Error Codes

- [alreadyConnected](externalaccessory/eabluetoothaccessorypickererror/alreadyconnected.md)
- [resultCancelled](externalaccessory/eabluetoothaccessorypickererror/resultcancelled.md)
- [resultFailed](externalaccessory/eabluetoothaccessorypickererror/resultfailed.md)
- [resultNotFound](externalaccessory/eabluetoothaccessorypickererror/resultnotfound.md)

### Type Properties

- [errorDomain](externalaccessory/eabluetoothaccessorypickererror/errordomain.md)

## Relationships

### Conforms To

- [CustomNSError](foundation/customnserror.md)
- [Equatable](swift/equatable.md)
- [Error](swift/error.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Presenting the Bluetooth Picker

- [showBluetoothAccessoryPicker(withNameFilter:completion:)](externalaccessory/eaaccessorymanager/showbluetoothaccessorypicker(withnamefilter:completion:).md)
- [EABluetoothAccessoryPickerCompletion](externalaccessory/eabluetoothaccessorypickercompletion.md)
- [EABluetoothAccessoryPickerError.Code](externalaccessory/eabluetoothaccessorypickererror/code.md)
- [EABluetoothAccessoryPickerErrorDomain](externalaccessory/eabluetoothaccessorypickererrordomain.md)
