---
title: ASBluetoothCompanyIdentifier
framework: accessorysetupkit
role: symbol
role_heading: Structure
path: accessorysetupkit/asbluetoothcompanyidentifier
---

# ASBluetoothCompanyIdentifier

The type used to identify a Bluetooth accessory provider.

## Declaration

```swift
struct ASBluetoothCompanyIdentifier
```

## Topics

### Creating an identifier

- [init(_:)](accessorysetupkit/asbluetoothcompanyidentifier/init(_:).md)
- [init(rawValue:)](accessorysetupkit/asbluetoothcompanyidentifier/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Specifying Bluetooth properties

- [bluetoothCompanyIdentifier](accessorysetupkit/asdiscoverydescriptor/bluetoothcompanyidentifier.md)
- [bluetoothManufacturerDataBlob](accessorysetupkit/asdiscoverydescriptor/bluetoothmanufacturerdatablob.md)
- [bluetoothManufacturerDataMask](accessorysetupkit/asdiscoverydescriptor/bluetoothmanufacturerdatamask.md)
- [bluetoothServiceDataBlob](accessorysetupkit/asdiscoverydescriptor/bluetoothservicedatablob.md)
- [bluetoothServiceDataMask](accessorysetupkit/asdiscoverydescriptor/bluetoothservicedatamask.md)
- [bluetoothNameSubstring](accessorysetupkit/asdiscoverydescriptor/bluetoothnamesubstring.md)
- [bluetoothNameSubstringCompareOptions](accessorysetupkit/asdiscoverydescriptor/bluetoothnamesubstringcompareoptions.md)
- [bluetoothServiceUUID](accessorysetupkit/asdiscoverydescriptor/bluetoothserviceuuid.md)
- [bluetoothRange](accessorysetupkit/asdiscoverydescriptor/bluetoothrange.md)
- [ASDiscoveryDescriptor.Range](accessorysetupkit/asdiscoverydescriptor/range.md)
